X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/98b46a80b7abd5f6b5b7498cc237cbb4ba98b6b3..c240ff9a4d4efc1645f226593fec0c5efda5c17b:/lib/t-syscalls.c diff --git a/lib/t-syscalls.c b/lib/t-syscalls.c index 0566fde..a4ab19b 100644 --- a/lib/t-syscalls.c +++ b/lib/t-syscalls.c @@ -19,13 +19,11 @@ */ #include "test.h" -void test_syscalls(void) { +static void test_syscalls(void) { int p[2]; char buf[128], *e; long n; long long nn; - - printf("test_syscalls\n"); xpipe(p); nonblock(p[1]); @@ -98,6 +96,8 @@ void test_syscalls(void) { #endif } +TEST(syscalls); + /* Local Variables: c-basic-offset:2