From c1b31f316c00cb21fad2e3d2d7d8d321b80436cf Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 5 Oct 2005 15:02:54 +0000 Subject: [PATCH] * tests/subproject.at: New tests for libltdl as a subproject with its own configuration. * tests/testsuite.at: Use it. * Makefile.am (TESTSUITE_AT): Depend on it. --- ChangeLog | 7 +++++++ Makefile.am | 1 + tests/testsuite.at | 2 ++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 55e0f8942..1bfd3f73f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-05 Gary V. Vaughan + + * tests/subproject.at: New tests for libltdl as a subproject with + its own configuration. + * tests/testsuite.at: Use it. + * Makefile.am (TESTSUITE_AT): Depend on it. + 2005-10-05 Ralf Wildenhues * Makefile.am: Simplify. Do not use abs_top_srcdir. diff --git a/Makefile.am b/Makefile.am index 6a14aaa9d..1c4dc11d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -474,6 +474,7 @@ TESTSUITE_AT = tests/testsuite.at \ tests/standalone.at \ tests/deplibs-ident.at \ tests/stresstest.at \ + tests/subproject.at \ tests/link-order.at \ tests/convenience.at \ tests/early-libtool.at \ diff --git a/tests/testsuite.at b/tests/testsuite.at index 28c78903e..a11176657 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -143,6 +143,8 @@ m4_include([old-m4-iface.at]) m4_include([am-subdir.at]) # standalone libltdl compilation m4_include([standalone.at]) +# subproject libltdl compilation +m4_include([subproject.at]) # C++ templates tests m4_include([template.at]) # Behaviour of LT_OUTPUT -- 2.47.3