frexp, frexp-nolibm: Move AC_LIBOBJ invocations to module description.
[pspp] / tests / test-fopen-safer.c
index 701af354c1e85c77066475ecb64b19b1ac72552d..20a0c13f12d4fc3e88ecc4ca90f23999aefe0034 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of opening a file stream.
-   Copyright (C) 2007-2009 Free Software Foundation, Inc.
+   Copyright (C) 2007-2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 #include "stdio--.h"
 
+#define BASE "test-fopen-safer.t"
+
 #include "test-fopen.h"
+
+int
+main (void)
+{
+  return test_fopen ();
+}