Skip to content
Snippets Groups Projects
Select Git revision
  • e574d03cee80eec958323390b3e7174ebee1187a
  • master default protected
2 results

README.md

Blame
  • Forked from Tim Miller / SWEN90006-A1-2019
    1 commit ahead of the upstream repository.
    user avatar
    CONGRANLI authored
    e574d03c
    History
    README.md 391 B

    To compile, run:

    ant compile_orig

    To run the test scripts on the original (hopefully non-faulty) implementation, use:

    ant test -Dprogram="original" -Dtest="Partitioning"

    or

    ant test -Dprogram="original" -Dtest="Boundary"

    To run a test script on the first mutant, use:

    ant test -Dprogram="mutant-1" -Dtest="Boundary"

    To clean all class files, run:

    ant clean

    Testing