From c3ab4510322a590f8de781ffbb80dad6ba0a2fd4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 14 Dec 1999 04:38:06 +0000 Subject: [PATCH] * suffix2.test: Added `no-dependencies' to options in Makefile.am. Removed trailing `exit 1'. --- tests/ChangeLog | 3 +++ tests/suffix2.test | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 1e85255d..3db076ee 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,8 @@ 1999-12-13 Tom Tromey + * suffix2.test: Added `no-dependencies' to options in + Makefile.am. Removed trailing `exit 1'. + * nostdinc.test: New file. * Makefile.am (TESTS): Added nostdinc.test. diff --git a/tests/suffix2.test b/tests/suffix2.test index 4e02113c..ebc55a99 100755 --- a/tests/suffix2.test +++ b/tests/suffix2.test @@ -10,6 +10,7 @@ AC_PROG_LIBTOOL END cat > Makefile.am << 'END' +AUTOMAKE_OPTIONS = no-dependencies lib_LTLIBRARIES = libltdl.la libltdl_la_SOURCES = ltdl.c ltdl.h END @@ -23,6 +24,3 @@ END $AUTOMAKE -a || exit 1 test "`fgrep '.c.o' Makefile.in | wc -l`" -eq 1 - -# FIXME: make this fail just like the real ltdl -exit 1 -- 2.43.5