Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
SWEN90006-A1-2019
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
13
Merge Requests
13
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tim Miller
SWEN90006-A1-2019
Compare Revisions
f27a9844ab4ac847ff4a23957e1fc2140c459597...77a3b0eb43614f24a41b319bbd372c4729438314
Source
77a3b0eb43614f24a41b319bbd372c4729438314
Select Git revision
...
Target
f27a9844ab4ac847ff4a23957e1fc2140c459597
Select Git revision
Compare
Commits (2)
ADD: README.
· 27de5503
Tim Miller
authored
Aug 18, 2019
27de5503
Merge branch 'master' of
https://gitlab.eng.unimelb.edu.au/tmiller/swen90006-a1-2019
· 77a3b0eb
Tim Miller
authored
Aug 18, 2019
77a3b0eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
README.md
README.md
+19
-0
No files found.
README.md
0 → 100644
View file @
77a3b0eb
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