From 27de5503609b3b2b3a700a6da5f6ea826bee2156 Mon Sep 17 00:00:00 2001 From: Timothy Miller <tmiller@unimelb.edu.au> Date: Mon, 19 Aug 2019 06:15:11 +1000 Subject: [PATCH] ADD: README. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..11ff561 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +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 \ No newline at end of file -- GitLab