exercise make_home()
[disorder] / lib / test.c
index 407f77e..d18aa34 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;
 }