From: Tom Tromey Date: Tue, 18 May 1999 23:56:34 +0000 (+0000) Subject: * specflags.test: Added regression test for missing space. X-Git-Tag: merging-into-user-dep-gen~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fcae72c7b175aa2a7afc178e7f19199f12abe6f;p=thirdparty%2Fautomake.git * specflags.test: Added regression test for missing space. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 03e26066c..97872b1e5 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1999-05-19 Tom Tromey + + * specflags.test: Added regression test for missing space. + 1999-05-13 Tom Tromey * sourcesub.test: New file. diff --git a/tests/specflags.test b/tests/specflags.test index 9a704bb6e..060f8d496 100755 --- a/tests/specflags.test +++ b/tests/specflags.test @@ -28,4 +28,7 @@ grep 'COMPILE. [^-]' Makefile.in && exit 1 # Look for foo-foo.o. grep '[^-]foo\.o' Makefile.in && exit 1 +# Regression test for missing space. +fgrep ')-c' Makefile.in && exit 1 + exit 0