X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d85d9095011744fcf09bdfe6bf6da1576a5f6201..e307c6fe62e96d106ddbd24392faca6e3aac0676:/lib/test.c diff --git a/lib/test.c b/lib/test.c index 407f77e..0682979 100644 --- a/lib/test.c +++ b/lib/test.c @@ -160,6 +160,8 @@ int main(void) { test_regsub(); test_bits(); test_vector(); + test_syscalls(); + test_trackname(); fprintf(stderr, "%lld errors out of %lld tests\n", errors, tests); return !!errors; }