Add clock test, and fix ucore_clock.h header

This commit is contained in:
Nils O. Selåsdal
2013-03-02 18:39:52 +01:00
parent aaae376d13
commit a6d8d56052
3 changed files with 83 additions and 3 deletions
+3 -1
View File
@@ -15,6 +15,7 @@ extern Suite *pack_suite(void);
extern Suite *logging_suite(void);
extern Suite *threadqueue_suite(void);
extern Suite *buffer_suite(void);
extern Suite *clock_suite(void);
static suite_func suites[] = {
bitvec_suite,
@@ -25,7 +26,8 @@ static suite_func suites[] = {
pack_suite,
logging_suite,
threadqueue_suite,
buffer_suite
buffer_suite,
clock_suite,
};
int