Add iomux tests

This commit is contained in:
Nils O. Selåsdal
2015-05-11 23:17:30 +02:00
parent a87558047b
commit 4134482fdb
2 changed files with 130 additions and 1 deletions
+3 -1
View File
@@ -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