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