* tests/primary3.test: Also test that the program named `foo.la'
has been effectively created.
+2011-07-24 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ tests: small enhancement to 'primary3.test'
+ * tests/primary3.test: Also test that the program named `foo.la'
+ has been effectively created.
+
2011-07-24 Stefano Lattarini <stefano.lattarini@gmail.com>
tests: a small simplification in 'pr8365-remake-timing.test'
cat > Makefile.am << 'END'
bin_PROGRAMS = foo.la
foo_la_SOURCES = foo.c
+.PHONY: test
+test: all
+ test -f foo.la$(EXEEXT)
END
echo 'int main () { return 0; }' > foo.c
$AUTOCONF
$AUTOMAKE
./configure
-$MAKE
+$MAKE test
: