CS490 Software Testing Project 2 - Concurrent Program Testing
http://www.cs.purdue.edu/homes/kim1051/cs490/proj2/p2.html
Shing Jay Ong Su Lin Ooi
For Part 2,
- Go into runner.c and change all ./sample2 to whichever file to test.
- Then run make to compile.
- Call ./runner to execute the program.
- The results will be appended to results.txt. Results.txt will be created everytime runner.c runs, so delete it before running runner.c everytime