NEWS.stable: update
[gnulib.git] / tests / test-fopen-safer.c
index 701af35..088489a 100644 (file)
 
 #include "stdio--.h"
 
+#define BASE "test-fopen-safer.t"
+
 #include "test-fopen.h"
+
+int
+main (void)
+{
+  return test_fopen ();
+}