Add test for human_bytesz

This commit is contained in:
Nils O. Selåsdal
2013-07-07 03:17:34 +02:00
parent f79f41fb62
commit 16516d94b6
2 changed files with 87 additions and 1 deletions
+3 -1
View File
@@ -19,6 +19,7 @@ extern Suite *clock_suite(void);
extern Suite *seq_suite(void);
extern Suite *sat_math_suite(void);
extern Suite *timers_suite(void);
extern Suite *human_bytesz_suite(void);
static suite_func suites[] = {
bitvec_suite,
@@ -33,7 +34,8 @@ static suite_func suites[] = {
clock_suite,
seq_suite,
sat_math_suite,
timers_suite
timers_suite,
human_bytesz_suite
};
int