Menu changes and test fixes for ASST1.

This commit is contained in:
Geoffrey Challen
2016-02-10 17:03:53 -05:00
parent 92fbcef5af
commit 5521823176
3 changed files with 237 additions and 139 deletions

View File

@@ -59,6 +59,8 @@ int threadtest2(int, char **);
int threadtest3(int, char **);
int semtest(int, char **);
int locktest(int, char **);
int locktest2(int, char **);
int locktest3(int, char **);
int cvtest(int, char **);
int cvtest2(int, char **);
int rwtest(int, char **);