test-open: on GNU/Hurd, /dev/null is a directory
[gnulib.git] / tests / test-fopen.c
index 473d274..6efd480 100644 (file)
 
 #include <stdio.h>
 
+#define BASE "test-fopen.t"
+
 #include "test-fopen.h"
+
+int
+main ()
+{
+  return test_fopen ();
+}