olena-0.10a 10.294: Pass the C++ compiler chosen at configuration time to contrib/runtests.

--- 10.293/integre/ChangeLog Sat, 10 Feb 2007 17:33:08 +0100 levill_r (oln/q/35_ChangeLog 1.12.1.2.1.55 755) +++ 10.294/integre/ChangeLog Fri, 16 Feb 2007 10:49:36 +0100 levill_r (oln/q/35_ChangeLog 1.12.1.2.1.56 755) @@ -1,3 +1,9 @@ +2007-02-16 Roland Levillain <roland@lrde.epita.fr> + + * tests/check/Makefile.runtests (check-runtests): Pass the + C++ compiler chosen at configuration time to contrib/runtests. + Add a copyright notice. + 2007-02-10 Roland Levillain <roland@lrde.epita.fr> Update the address of the Free Software Foundation in copyright --- 10.293/metalic/ChangeLog Sat, 10 Feb 2007 17:33:08 +0100 levill_r (oln/q/30_ChangeLog 1.3.1.47 644) +++ 10.294/metalic/ChangeLog Fri, 16 Feb 2007 10:49:36 +0100 levill_r (oln/q/30_ChangeLog 1.3.1.48 644) @@ -1,3 +1,8 @@ +2007-02-16 Roland Levillain <roland@lrde.epita.fr> + + * tests/check/Makefile.runtests (check-runtests): Pass the + C++ compiler chosen at configuration time to contrib/runtests. + 2007-02-10 Roland Levillain <roland@lrde.epita.fr> Update the address of the Free Software Foundation in copyright --- 10.293/olena/ChangeLog Thu, 15 Feb 2007 16:50:48 +0100 levill_r (oln/o/30_ChangeLog 1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.17 644) +++ 10.294/olena/ChangeLog Fri, 16 Feb 2007 10:49:36 +0100 levill_r (oln/o/30_ChangeLog 1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.18 644) @@ -1,3 +1,8 @@ +2007-02-16 Roland Levillain <roland@lrde.epita.fr> + + * tests/check/Makefile.runtests (check-runtests): Pass the + C++ compiler chosen at configuration time to contrib/runtests. + 2007-02-15 Roland Levillain <roland@lrde.epita.fr> Have Olena tests pass with ICC 9.1. --- 10.293/olena/tests/check/Makefile.runtests Sat, 10 Feb 2007 12:07:40 +0100 levill_r (oln/u/32_Makefile.r 1.4 644) +++ 10.294/olena/tests/check/Makefile.runtests Fri, 16 Feb 2007 10:49:36 +0100 levill_r (oln/u/32_Makefile.r 1.5 644) @@ -41,6 +41,7 @@ check-runtests: TOP_SRCDIR=$(top_srcdir) SRCDIR=$(srcdir) \ TOP_BUILDDIR=$(top_builddir) \ + CXX="$(CXX)" \ LDFLAGS="$(LDFLAGS_RUNTESTS)" \ CPPFLAGS="$(CPPFLAGS_RUNTESTS)" \ CXXFLAGS="$(CXXFLAGS_RUNTESTS)" \ --- 10.293/metalic/tests/check/Makefile.runtests Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/u/34_Makefile.r 1.2 644) +++ 10.294/metalic/tests/check/Makefile.runtests Fri, 16 Feb 2007 10:49:36 +0100 levill_r (oln/u/34_Makefile.r 1.3 644) @@ -41,6 +41,7 @@ check-runtests: TOP_SRCDIR=$(top_srcdir) SRCDIR=$(srcdir) \ TOP_BUILDDIR=$(top_builddir) \ + CXX="$(CXX)" \ LDFLAGS="$(LDFLAGS_RUNTESTS)" \ CPPFLAGS="$(CPPFLAGS_RUNTESTS)" \ CXXFLAGS="$(CXXFLAGS_RUNTESTS)" \ --- 10.293/integre/tests/check/Makefile.runtests Tue, 05 Aug 2003 21:39:33 +0200 burrus_n (oln/u/35_Makefile.r 1.2 644) +++ 10.294/integre/tests/check/Makefile.runtests Fri, 16 Feb 2007 10:49:36 +0100 levill_r (oln/u/35_Makefile.r 1.3 644) @@ -1,3 +1,33 @@ +## -*- Makefile -*- + +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + include ../check/Makefile.flags EXTRA_DIST = tests @@ -10,6 +40,7 @@ check-runtests: TOP_SRCDIR=$(top_srcdir) SRCDIR=$(srcdir) \ TOP_BUILDDIR=$(top_builddir) \ + CXX="$(CXX)" \ LDFLAGS="$(LDFLAGS_RUNTESTS)" \ CPPFLAGS="$(CPPFLAGS_RUNTESTS)" \ CXXFLAGS="$(CXXFLAGS_RUNTESTS)" \ --- 10.293/oln.prj +++ 10.294/oln.prj @@ -1,14 +1,15 @@ ;; -*- Prcs -*- (Created-By-Prcs-Version 1 3 3) (Project-Description "Olena") -(Project-Version oln 10 293) -(Parent-Version oln 10 292) -(Version-Log "2007-02-15 Roland Levillain <roland@lrde.epita.fr> +(Project-Version oln 10 294) +(Parent-Version oln 10 293) +(Version-Log "2007-02-16 Roland Levillain <roland@lrde.epita.fr> - * config/oln.m4: Relax ICC messages on debatable remarks. + * tests/check/Makefile.runtests (check-runtests): Pass the + C++ compiler chosen at configuration time to contrib/runtests. ") (New-Version-Log "") -(Checkin-Time "Thu, 15 Feb 2007 16:52:46 +0100") +(Checkin-Time "Fri, 16 Feb 2007 10:49:36 +0100") (Checkin-Login levill_r) ;; diff-ignore tests/data/.*pbm$ ;; diff-ignore .*\.pbm$ @@ -123,9 +124,9 @@ (ChangeLog (oln/o/33_ChangeLog 1.37.1.16.1.17.1.19.1.38 644)) (doc/ChangeLog (oln/o/31_ChangeLog 1.38.1.7.1.5.1.14.1.24 644)) - (integre/ChangeLog (oln/q/35_ChangeLog 1.12.1.2.1.55 755)) - (metalic/ChangeLog (oln/q/30_ChangeLog 1.3.1.47 644)) - (olena/ChangeLog (oln/o/30_ChangeLog 1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.17 644)) + (integre/ChangeLog (oln/q/35_ChangeLog 1.12.1.2.1.56 755)) + (metalic/ChangeLog (oln/q/30_ChangeLog 1.3.1.48 644)) + (olena/ChangeLog (oln/o/30_ChangeLog 1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.18 644)) (tools/ChangeLog (oln/o/32_ChangeLog 1.10.1.20 644)) (tools/swilena/ChangeLog (oln/n/37_ChangeLog 1.7.1.55 644)) @@ -1002,10 +1003,10 @@ (olena/tests/utils/tests/timer (oln/u/29_timer.cc 1.7 644)) (olena/tests/topo/tests/tarjan (oln/u/30_test-tarja 1.4 644)) (olena/oln/convert/abstract/conversion.hh (oln/u/31_conversion 1.6.1.1 644)) - (olena/tests/check/Makefile.runtests (oln/u/32_Makefile.r 1.4 644)) + (olena/tests/check/Makefile.runtests (oln/u/32_Makefile.r 1.5 644)) (contrib/runtests (oln/u/33_runtests 1.4 744)) - (metalic/tests/check/Makefile.runtests (oln/u/34_Makefile.r 1.2 644)) - (integre/tests/check/Makefile.runtests (oln/u/35_Makefile.r 1.2 644)) + (metalic/tests/check/Makefile.runtests (oln/u/34_Makefile.r 1.3 644)) + (integre/tests/check/Makefile.runtests (oln/u/35_Makefile.r 1.3 644)) (integre/tests/check/Makefile.flags (oln/u/36_Makefile.f 1.1 644)) (olena/tests/math/tests/macros (oln/u/37_macros 1.4 644)) (olena/tests/math/Makefile.am (oln/u/38_Makefile.a 1.1 644))
participants (1)
-
Roland Levillain