]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* demo/run.test: removed the unnecessary test
authorThomas Tanner <tanner@gmx.de>
Mon, 5 Apr 1999 10:22:41 +0000 (10:22 +0000)
committerThomas Tanner <tanner@gmx.de>
Mon, 5 Apr 1999 10:22:41 +0000 (10:22 +0000)
* demo/Makefile.am: ditto

ChangeLog
demo/Makefile.am
demo/run.test [deleted file]

index 3124e1227f004c9002826b0b09d5b9be7a8e6057..e249da5a8a30ae979e12312e289305a76cc18b52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-04-05 Thomas Tanner  <tanner@gmx.de>
+
+       * demo/run.test: removed the unnecessary test
+       * demo/Makefile.am: ditto
+
 1999-04-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltconfig.in (sunos4*, GNU ld): -Bstatic is not enough for
index 893d10dac5b7f9c82979a75ca1cab321167268cc..0ab85a9a50f961a43faa0f2f4ce25d811d4de1bc 100644 (file)
@@ -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 (file)
index 6a962ae..0000000
+++ /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