diff options
-rw-r--r-- | src/logging/.logging.h.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | src/test/honey-test.h | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/logging/.logging.h.swp b/src/logging/.logging.h.swp Binary files differdeleted file mode 100644 index e2c510a..0000000 --- a/src/logging/.logging.h.swp +++ /dev/null diff --git a/src/test/honey-test.h b/src/test/honey-test.h index 4aa1827..65bd959 100644 --- a/src/test/honey-test.h +++ b/src/test/honey-test.h @@ -1,9 +1,11 @@ #ifndef HONEY_TEST_H #define HONEY_TEST_H +#include "lily-test.h" + void suite_logging(); #define RUN_TESTS() \ - suite_logging(); + lily_run_suite(suite_logging); #endif |