Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 483 Bytes

File metadata and controls

15 lines (11 loc) · 483 Bytes

CS490-Project-2

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,

  1. Go into runner.c and change all ./sample2 to whichever file to test.
  2. Then run make to compile.
  3. Call ./runner to execute the program.
  4. 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