]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/tagdemo-undef.test: New test for hosts that allow shared
authorGary V. Vaughan <gary@gnu.org>
Wed, 13 Oct 2004 07:06:35 +0000 (07:06 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 13 Oct 2004 07:06:35 +0000 (07:06 +0000)
libraries with undefined symbols.
* tests/Makefile.am (CXX_TESTS): Add it.

ChangeLog
tests/Makefile.am

index a8048ba59b7b8ef78f3072f4e4f77ca7e1001717..c7a82ac2e0a24491e5bc3f3eba03dd8b34bf10de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-13  Gary V. Vaughan  <gary@gnu.org>
+
+       * tests/tagdemo-undef.test: New test for hosts that allow shared
+       libraries with undefined symbols.
+       * tests/Makefile.am (CXX_TESTS): Add it.
+
 2004-10-11  Charles Wilson  <spam.protected>
 
        * tests/link.test: Fix check for use of libnlsut.a under
index dbf637871b46e3440c42edb9e35663a4cf940a1f..ced591e4a69d081e41050b5ab06704d09046e6ef 100644 (file)
@@ -22,7 +22,8 @@ DISTCLEANFILES =
 CXX_TESTS = \
        tagdemo-static.test tagdemo-make.test tagdemo-exec.test \
        tagdemo-conf.test tagdemo-make.test tagdemo-exec.test \
-       tagdemo-shared.test tagdemo-make.test tagdemo-exec.test
+       tagdemo-shared.test tagdemo-make.test tagdemo-exec.test \
+       tagdemo-undef.test tagdemo-make.test tagdemo-exec.test
 
 F77_TESTS = \
        f77demo-static.test f77demo-make.test f77demo-exec.test \