libtool-patches
[Top][All Lists]
Advanced

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

FYI: HEAD: more test cleanup


From: Ralf Wildenhues
Subject: FYI: HEAD: more test cleanup
Date: Tue, 6 Feb 2007 20:20:59 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Another couple of trivial patches to the HEAD testsuite, to get them out
of the way...

1) destdir.at has AT_BANNER(DESTDIR tests) so that doesn't fit
   search-path.at any more which is a(nother) plain libtool function
   test.

2) When running the testsuite inside the testsuite in cmdline_wrap.at,
   we need to remember a couple of directories.

Cheers,
Ralf

2007-02-06  Ralf Wildenhues  <address@hidden>
 
        * tests/cmdline_wrap.at: Pass $abs_top_srcdir and $abs_builddir
        to inner testsuite.

        * Makefile.am (TESTSUITE_AT): Move destdir.at after
        search-path.at so the banners fit better.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.205
diff -u -r1.205 Makefile.am
--- Makefile.am 28 Jan 2007 14:55:00 -0000      1.205
+++ Makefile.am 6 Feb 2007 19:15:47 -0000
@@ -407,8 +407,8 @@
                  tests/fail.at \
                  tests/shlibpath.at \
                  tests/static.at \
-                 tests/destdir.at \
                  tests/search-path.at \
+                 tests/destdir.at \
                  tests/old-m4-iface.at \
                  tests/am-subdir.at \
                  tests/lt_dlexit.at \
Index: tests/cmdline_wrap.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/cmdline_wrap.at,v
retrieving revision 1.1
diff -u -r1.1 cmdline_wrap.at
--- tests/cmdline_wrap.at       28 Jan 2007 12:43:37 -0000      1.1
+++ tests/cmdline_wrap.at       6 Feb 2007 19:15:52 -0000
@@ -31,6 +31,8 @@
 # for the output file `testsuite.log'.
 mkdir tests
 cd tests
+INNER_TESTSUITEFLAGS="$INNER_TESTSUITEFLAGS abs_top_srcdir=$abs_top_srcdir \
+  abs_builddir=$abs_builddir"
 AT_CHECK([$CONFIG_SHELL $abs_srcdir/testsuite -k libtool 
$INNER_TESTSUITEFLAGS],
         [], [ignore], [ignore])
 




reply via email to

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