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