Whamcloud - gitweb
po: update fr.po (from translationproject.org)
[tools/e2fsprogs.git] / tests / Makefile.in
index b9ec3c0..c130f4a 100644 (file)
@@ -20,6 +20,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf
        @echo "QUOTA=y" >> test_one
        @echo "SRCDIR=@srcdir@" >> test_one
        @echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_one
+       @echo "SIZEOF_TIME_T=@SIZEOF_TIME_T@" >> test_one
        @cat $(srcdir)/test_one.in >> test_one
        @chmod +x test_one
 
@@ -37,7 +38,8 @@ mke2fs.conf: $(srcdir)/mke2fs.conf.in
 
 always_run:
 
-TESTS != echo $(srcdir)/[a-z]_*
+@ifGNUmake@TESTS=$(wildcard $(srcdir)/[a-z]_*)
+@ifNotGNUmake@TESTS != echo $(srcdir)/[a-z]_*
 
 $(TESTS):: test_one always_run
        @./test_one $@