libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Piecewise linking test


From: Robert Boehne
Subject: Piecewise linking test
Date: Fri, 23 Mar 2001 16:12:59 -0600

Here is a patch and tarball for adding a new test case,
'pdemo'
pdemo is basically the demo directory and some of it's tests
massaged into testing the piecewise linking feature of MLB libtool.

Robert

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden
? piecewise-test.patch
? missing
? install-sh
? mkinstalldirs
? INSTALL
? COPYING
? pdemo
? tests/pdemo-conf.test
? tests/pdemo-make.test
? tests/pdemo-exec.test
? tests/pdemo-inst.test
Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.5.2.2
diff -u -r1.5.2.2 bootstrap
--- bootstrap   2000/05/14 09:08:17     1.5.2.2
+++ bootstrap   2001/03/23 22:05:24
@@ -14,7 +14,7 @@
 automake --gnu --add-missing
 autoconf
 
-for sub in libltdl demo depdemo mdemo cdemo tagdemo; do
+for sub in libltdl demo depdemo mdemo cdemo tagdemo pdemo; do
   cd $sub
   rm -f acinclude.m4
   cat ../libtool.m4 > acinclude.m4
Index: configure.in
===================================================================
RCS file: /cvsroot/libtool/libtool/configure.in,v
retrieving revision 1.38.2.11
diff -u -r1.38.2.11 configure.in
--- configure.in        2001/03/20 05:44:23     1.38.2.11
+++ configure.in        2001/03/23 22:05:24
@@ -74,7 +74,7 @@
 
 dnl all subdirectories that are configured on demand, but that must be
 dnl included in the distribution
-CONF_SUBDIRS="cdemo demo depdemo mdemo tagdemo"
+CONF_SUBDIRS="cdemo pdemo demo depdemo mdemo tagdemo"
 AC_SUBST(CONF_SUBDIRS)
 
 ACINCLUDE_M4_LIST="${srcdir}/acinclude.m4"
Index: tests/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/Makefile.am,v
retrieving revision 1.24.2.4
diff -u -r1.24.2.4 Makefile.am
--- tests/Makefile.am   2000/07/24 05:33:28     1.24.2.4
+++ tests/Makefile.am   2001/03/23 22:05:24
@@ -36,8 +36,10 @@
        mdemo-shared.test mdemo-make.test mdemo-exec.test \
        mdemo-inst.test mdemo-unst.test \
        assign.test link.test link-2.test nomode.test \
-       quote.test sh.test suffix.test
+       quote.test sh.test suffix.test pdemo-conf.test \
+       pdemo-make.test pdemo-exec.test pdemo-inst.test
 
+
 if HAVE_CXX
 TESTS = $(COMMON_TESTS) $(CXX_TESTS)
 else
@@ -64,9 +66,11 @@
 
 # We need to remove any files that the above tests created.
 clean-local:
+       -test -f ../pdemo/Makefile && cd ../pdemo && $(MAKE) distclean
        -test -f ../cdemo/Makefile && cd ../cdemo && $(MAKE) distclean
        -test -f ../demo/Makefile && cd ../demo && $(MAKE) distclean
        -test -f ../depdemo/Makefile && cd ../depdemo && $(MAKE) distclean
        -test -f ../mdemo/Makefile && cd ../mdemo && $(MAKE) distclean
        -test -f ../tagdemo/Makefile && cd ../tagdemo && $(MAKE) distclean
        rm -rf _inst
+

Attachment: pdemo.tar.gz
Description: GNU Zip compressed data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]