RW test stub.

This commit is contained in:
Geoffrey Challen
2015-12-31 13:56:21 -05:00
parent 89ba79cdb4
commit 1b63251154
3 changed files with 18 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ int semtest(int, char **);
int locktest(int, char **);
int cvtest(int, char **);
int cvtest2(int, char **);
int rwtest(int, char **);
/* semaphore unit tests */
int semu1(int, char **);