Adding stubs for additional RW tests.

This commit is contained in:
Geoffrey Challen
2016-02-15 08:37:48 -05:00
parent 1ba348413d
commit 479acf49c2
3 changed files with 45 additions and 5 deletions

View File

@@ -66,6 +66,9 @@ int cvtest2(int, char **);
int cvtest3(int, char **);
int cvtest4(int, char **);
int rwtest(int, char **);
int rwtest2(int, char **);
int rwtest3(int, char **);
int rwtest4(int, char **);
/* semaphore unit tests */
int semu1(int, char **);