Add test for ticket locks

This commit is contained in:
Nils O. Selåsdal
2014-06-25 19:49:14 +02:00
parent cfb6022d42
commit 157dca7997
2 changed files with 66 additions and 1 deletions
+3 -1
View File
@@ -30,6 +30,7 @@ extern Suite *htable_suite(void);
extern Suite *heapsort_suite(void);
extern Suite *dstr_suite(void);
extern Suite *val_str_suite(void);
extern Suite *ticket_lock_suite(void);
static suite_func suites[] = {
bitvec_suite,
@@ -54,7 +55,8 @@ static suite_func suites[] = {
threadqueue_suite,
heapsort_suite,
dstr_suite,
val_str_suite
val_str_suite,
ticket_lock_suite
};
int