summaryrefslogtreecommitdiff
path: root/tests/checkall.test
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-03-16 22:29:11 +0000
committerTom Tromey <tromey@redhat.com>1997-03-16 22:29:11 +0000
commit119b28ec2b8f89dfb8e7fc4ceca13b61e9dc0fba (patch)
tree9914b6751919a84c9fe4e2ec40bb33407dcbfe10 /tests/checkall.test
parent1bffc3453e6a30b2991e67912ebe7e07a10071fe (diff)
downloadautomake-119b28ec2b8f89dfb8e7fc4ceca13b61e9dc0fba.tar.gz
test fixups
better error message w/ seen_c_source
Diffstat (limited to 'tests/checkall.test')
-rwxr-xr-xtests/checkall.test24
1 files changed, 1 insertions, 23 deletions
diff --git a/tests/checkall.test b/tests/checkall.test
index bd70958a9..c329a4b7e 100755
--- a/tests/checkall.test
+++ b/tests/checkall.test
@@ -4,34 +4,12 @@
. $srcdir/defs || exit 1
-# Build source after derived, so derived must be remade. We build
-# this way up here because without a delay between this and creating
-# 'source', the make will fail. No, really.
-echo foo > derived
-
-# In fact, sometimes it still fails. So we delay a little to make
-# sure the timestamps are ok.
-sleep 1
-
cat > Makefile.am << 'END'
bin_SCRIPTS = derived
check-local:
true
-derived: source
- cat source > derived
END
$AUTOMAKE || exit 1
-: > source
-
-# This hack fakes out the Makefile dependencies.
-: > configure
-: > config.status
-: > Makefile
-
-# Bogus.
-make -f Makefile.in check
-
-echo "GOT `cat derived`"
-test -z "`cat derived`"
+grep '^check:.* all' Makefile.in