From 940506501b7b0acdba97ea67e6ceaca155457f5a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 1 May 1999 13:09:13 +0000 Subject: [PATCH] * libobj2.test: Error if libtu.a.P is mentioned. --- tests/ChangeLog | 4 ++++ tests/libobj2.test | 1 + 2 files changed, 5 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index 3963f2884..34de849f9 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1999-05-01 Tom Tromey + + * libobj2.test: Error if libtu.a.P is mentioned. + 1999-04-27 Tom Tromey * cond9.test: New file. From Raja R Harinath. diff --git a/tests/libobj2.test b/tests/libobj2.test index fa9b889d6..9c276f125 100755 --- a/tests/libobj2.test +++ b/tests/libobj2.test @@ -28,4 +28,5 @@ END $AUTOMAKE || exit 1 +fgrep 'libtu.a.P' subdir/Makefile.in && exit 1 grep 'fsusage\.c' subdir/Makefile.in -- 2.47.2