* specflags.test: Added regression test for missing space.
authorTom Tromey <tromey@redhat.com>
Tue, 18 May 1999 23:56:34 +0000 (23:56 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 18 May 1999 23:56:34 +0000 (23:56 +0000)
tests/ChangeLog
tests/specflags.test

index 03e2606..97872b1 100644 (file)
@@ -1,3 +1,7 @@
+1999-05-19  Tom Tromey  <tromey@cygnus.com>
+
+       * specflags.test: Added regression test for missing space.
+
 1999-05-13  Tom Tromey  <tromey@cygnus.com>
 
        * sourcesub.test: New file.
index 9a704bb..060f8d4 100755 (executable)
@@ -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