X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/98b46a80b7abd5f6b5b7498cc237cbb4ba98b6b3..0d0253c93a64d2b5206e902c648e1e2c6bc5d510:/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