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