X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3ece470d21e4fcc14337db1d631290d5e7cd4959..c68d8eba5fe27f4e9ecf4938a6f5a5636d5872d2:/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