Simple test for compare_path_raw(). It's moved into a separate source
[disorder] / lib / test.c
index 407f77e..0682979 100644 (file)
@@ -160,6 +160,8 @@ int main(void) {
   test_regsub();
   test_bits();
   test_vector();
+  test_syscalls();
+  test_trackname();
   fprintf(stderr,  "%lld errors out of %lld tests\n", errors, tests);
   return !!errors;
 }