Add iomux tests
This commit is contained in:
+3
-1
@@ -32,6 +32,7 @@ extern Suite *dstr_suite(void);
|
||||
extern Suite *val_str_suite(void);
|
||||
extern Suite *ticket_lock_suite(void);
|
||||
extern Suite *restart_counter_suite(void);
|
||||
extern Suite *iomux_suite(void);
|
||||
|
||||
static suite_func suites[] = {
|
||||
bitvec_suite,
|
||||
@@ -58,7 +59,8 @@ static suite_func suites[] = {
|
||||
dstr_suite,
|
||||
val_str_suite,
|
||||
ticket_lock_suite,
|
||||
restart_counter_suite
|
||||
restart_counter_suite,
|
||||
iomux_suite
|
||||
};
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user