chiark / gitweb /
More testing.
[disorder] / lib / test.c
index 30af3a53d0684328bf3656fd21655c0d58ab30ca..d18aa347e1f3f3001384171f9b05777a54dd917f 100644 (file)
@@ -159,6 +159,8 @@ int main(void) {
   test_url();
   test_regsub();
   test_bits();
+  test_vector();
+  test_syscalls();
   fprintf(stderr,  "%lld errors out of %lld tests\n", errors, tests);
   return !!errors;
 }