libtool-patches
[Top][All Lists]
Advanced

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

testsuite environment: F77/CXX


From: Ralf Wildenhues
Subject: testsuite environment: F77/CXX
Date: Wed, 15 Sep 2004 09:37:14 +0200
User-agent: Mutt/1.4.1i

The testsuite did not pick up all relevant environment variables.
Guess that'll expose even more failures.  ;->

2004-09-15  Ralf Wildenhues  <address@hidden>

        * tests/Makefile.am: Use the same CPP, F77, CXX and CXXFLAGS
        for the test suite.


Index: tests/Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/Makefile.am,v
retrieving revision 1.38
diff -u -r1.38 Makefile.am
--- tests/Makefile.am   17 May 2004 17:42:43 -0000      1.38
+++ tests/Makefile.am   15 Sep 2004 07:31:23 -0000
@@ -68,7 +68,8 @@
 TESTS_ENVIRONMENT = MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
        CPPFLAGS="$(CPPFLAGS)" LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
        LIBS="$(LIBS)" LN_S="$(LN_S)" NM="$(NM)" RANLIB="$(RANLIB)" \
-       OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" FFLAGS="$(FFLAGS)"
+       OBJEXT="$(OBJEXT)" EXEEXT="$(EXEEXT)" F77="$(F77)" \
+       FFLAGS="$(FFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" CPP="$(CPP)"
 
 EXTRA_DIST = defs $(COMMON_TESTS) $(CXX_TESTS) $(F77_TESTS)
 DIST_SUBDIRS = $(CONF_SUBDIRS)




reply via email to

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