Improvements to synchronization tests.

This commit is contained in:
Geoffrey Challen
2016-02-11 13:55:09 -05:00
parent 01f2d3ea2c
commit 875b75bf24
6 changed files with 120 additions and 10 deletions

View File

@@ -45,6 +45,6 @@
*/
#undef SECRET_TESTING
#define SECRET ""
#define SECRET "TEST"
#endif /* _SECRET_H_ */

View File

@@ -63,6 +63,8 @@ int locktest2(int, char **);
int locktest3(int, char **);
int cvtest(int, char **);
int cvtest2(int, char **);
int cvtest3(int, char **);
int cvtest4(int, char **);
int rwtest(int, char **);
/* semaphore unit tests */