X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/52b88d2428a808d0636a1cb8205a1f891fc23e6a..a0ead2ba812735c2d1edd660b8608f8cb52cea5d:/lib/test.c diff --git a/lib/test.c b/lib/test.c index 30af3a5..d18aa34 100644 --- a/lib/test.c +++ b/lib/test.c @@ -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; }