From: Thomas Tanner Date: Mon, 5 Apr 1999 10:22:41 +0000 (+0000) Subject: * demo/run.test: removed the unnecessary test X-Git-Tag: release-1-3~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b8970891976e72c4838aeceedf7b7858ed8b5f;p=thirdparty%2Flibtool.git * demo/run.test: removed the unnecessary test * demo/Makefile.am: ditto --- diff --git a/ChangeLog b/ChangeLog index 3124e1227..e249da5a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-05 Thomas Tanner + + * demo/run.test: removed the unnecessary test + * demo/Makefile.am: ditto + 1999-04-04 Alexandre Oliva * ltconfig.in (sunos4*, GNU ld): -Bstatic is not enough for diff --git a/demo/Makefile.am b/demo/Makefile.am index 893d10dac..0ab85a9a5 100644 --- a/demo/Makefile.am +++ b/demo/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = no-dependencies foreign -EXTRA_DIST = $(TESTS) acinclude.m4 +EXTRA_DIST = acinclude.m4 # Build a libtool library, libhello.la for installation in libdir. lib_LTLIBRARIES = libhello.la @@ -62,8 +62,6 @@ CLEANFILES = $(hardcode_tests) # to its private directory. objdir = `sed -n -e 's/^objdir=\(.*\)$$/\1/p' ../libtool` -TESTS = run.test - # The following rules are only for the libtool demo and tests. # Regenerate our acinclude.m4 only if it doesn't exist. $(srcdir)/acinclude.m4: diff --git a/demo/run.test b/demo/run.test deleted file mode 100644 index 6a962ae24..000000000 --- a/demo/run.test +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh -# run.test - Check that hell is viable. - -if test -z "$srcdir"; then - srcdir=. - test "${VERBOSE+set}" != "set" && VERBOSE=yes -fi - -# See how redirections should work. -if test -z "$VERBOSE"; then - exec > /dev/null 2>&1 -fi - -echo "=== Running test $0" - -# Attempt to execute the program we built. -if ./hell | grep 'GNU Hell' > /dev/null; then - exit 0 -else - exit 1 -fi