summaryrefslogtreecommitdiff
path: root/tests/pr72.test
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2000-08-30 16:51:54 +0000
committerTom Tromey <tromey@redhat.com>2000-08-30 16:51:54 +0000
commitaf81c8c92b880a0988ab8e7768c3131e18c544e0 (patch)
tree72d7ea75d20c479c6f2458f3601fb8e4b84e535d /tests/pr72.test
parentaeb97fca63aff3475253bb31b229da7f5df5dd05 (diff)
downloadautomake-af81c8c92b880a0988ab8e7768c3131e18c544e0.tar.gz
For PR automake/72:
* Makefile.am (TESTS): Added pr72.test. (XFAIL_TESTS): Likewise. * pr72.test: New file.
Diffstat (limited to 'tests/pr72.test')
-rwxr-xr-xtests/pr72.test25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/pr72.test b/tests/pr72.test
new file mode 100755
index 000000000..5e5c1cefc
--- /dev/null
+++ b/tests/pr72.test
@@ -0,0 +1,25 @@
+#! /bin/sh
+
+# Test for PR 72
+
+. $srcdir/defs || exit 1
+
+cat >> configure.in << 'END'
+AC_PROG_CC
+AC_PROG_LIBTOOL
+END
+
+cat > Makefile.am << 'END'
+lib_LTLIBRARIES = libviewer.la
+libviewer_la_SOURCES =
+libviewer_la_LIBADD = libphony.la
+END
+
+: > ltconfig
+: > ltmain.sh
+: > config.guess
+: > config.sub
+
+$AUTOMAKE || exit 1
+
+grep '^LINK ' Makefile.in