added new lock test to check do i hold functionality. tested on incorrect implementation, fails. tested on correct implementation, passed.

This commit is contained in:
zsmoore
2017-02-16 01:41:05 -05:00
parent 398e4eb90a
commit b51f2a88de
3 changed files with 72 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ int semtest(int, char **);
int locktest(int, char **);
int locktest2(int, char **);
int locktest3(int, char **);
int locktest4(int, char **);
int cvtest(int, char **);
int cvtest2(int, char **);
int cvtest3(int, char **);