Merge event scheduling implementation. This fixes defect #6,
[disorder] / lib / t-syscalls.c
index 0566fde..a4ab19b 100644 (file)
  */
 #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