[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] r4540 - in /trunk/getfem: ./ contrib/aposteriori/ contr
From: |
logari81 |
Subject: |
[Getfem-commits] r4540 - in /trunk/getfem: ./ contrib/aposteriori/ contrib/bimat_contact_crack_test/ contrib/bimaterial_crack_test/ contrib/c... |
Date: |
Fri, 14 Mar 2014 23:26:23 -0000 |
Author: logari81
Date: Sat Mar 15 00:26:22 2014
New Revision: 4540
URL: http://svn.gna.org/viewcvs/getfem?rev=4540&view=rev
Log:
one more try to support running tests with different automake versions
Modified:
trunk/getfem/configure.ac
trunk/getfem/contrib/aposteriori/Makefile.am
trunk/getfem/contrib/bimat_contact_crack_test/Makefile.am
trunk/getfem/contrib/bimaterial_crack_test/Makefile.am
trunk/getfem/contrib/contact_grd_trans/Makefile.am
trunk/getfem/contrib/crack_plate/Makefile.am
trunk/getfem/contrib/delaminated_crack/Makefile.am
trunk/getfem/contrib/icare/Makefile.am
trunk/getfem/contrib/inter_element_test/Makefile.am
trunk/getfem/contrib/level_set_contact/Makefile.am
trunk/getfem/contrib/mixed_dynamic_friction/Makefile.am
trunk/getfem/contrib/mixed_elastostatic/Makefile.am
trunk/getfem/contrib/static_contact_gears/Makefile.am
trunk/getfem/contrib/static_friction/Makefile.am
trunk/getfem/contrib/xfem_contact/Makefile.am
trunk/getfem/contrib/xfem_large_strain/Makefile.am
trunk/getfem/contrib/xfem_stab_unilat_contact/Makefile.am
trunk/getfem/interface/tests/python/Makefile.am
trunk/getfem/tests-2.0/Makefile.am
trunk/getfem/tests/Makefile.am
Modified: trunk/getfem/configure.ac
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/configure.ac?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/configure.ac (original)
+++ trunk/getfem/configure.ac Sat Mar 15 00:26:22 2014
@@ -35,7 +35,7 @@
dnl ------------------------------------------------------------------------
dnl AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
-AM_INIT_AUTOMAKE(1.10.1)
+AM_INIT_AUTOMAKE([1.11 parallel-tests])
WARNING_MSG=""
dnl --------------------------
Modified: trunk/getfem/contrib/aposteriori/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/aposteriori/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/aposteriori/Makefile.am (original)
+++ trunk/getfem/contrib/aposteriori/Makefile.am Sat Mar 15 00:26:22 2014
@@ -20,5 +20,3 @@
aposteriori.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/bimat_contact_crack_test/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/bimat_contact_crack_test/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/bimat_contact_crack_test/Makefile.am (original)
+++ trunk/getfem/contrib/bimat_contact_crack_test/Makefile.am Sat Mar 15
00:26:22 2014
@@ -17,5 +17,3 @@
bimaterial_crack_test.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/bimaterial_crack_test/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/bimaterial_crack_test/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/bimaterial_crack_test/Makefile.am (original)
+++ trunk/getfem/contrib/bimaterial_crack_test/Makefile.am Sat Mar 15
00:26:22 2014
@@ -22,5 +22,3 @@
crack.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/contact_grd_trans/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/contact_grd_trans/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/contact_grd_trans/Makefile.am (original)
+++ trunk/getfem/contrib/contact_grd_trans/Makefile.am Sat Mar 15 00:26:22 2014
@@ -20,5 +20,3 @@
contact_continuation_time.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/crack_plate/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/crack_plate/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/crack_plate/Makefile.am (original)
+++ trunk/getfem/contrib/crack_plate/Makefile.am Sat Mar 15 00:26:22 2014
@@ -35,5 +35,3 @@
#
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/delaminated_crack/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/delaminated_crack/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/delaminated_crack/Makefile.am (original)
+++ trunk/getfem/contrib/delaminated_crack/Makefile.am Sat Mar 15 00:26:22 2014
@@ -17,5 +17,3 @@
delaminated_crack.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/icare/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/icare/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/icare/Makefile.am (original)
+++ trunk/getfem/contrib/icare/Makefile.am Sat Mar 15 00:26:22 2014
@@ -21,5 +21,3 @@
navier_stokes_cylinder2.mesh
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/inter_element_test/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/inter_element_test/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/inter_element_test/Makefile.am (original)
+++ trunk/getfem/contrib/inter_element_test/Makefile.am Sat Mar 15 00:26:22 2014
@@ -14,5 +14,3 @@
EXTRA_DIST = inter_element.pl
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/level_set_contact/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/level_set_contact/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/level_set_contact/Makefile.am (original)
+++ trunk/getfem/contrib/level_set_contact/Makefile.am Sat Mar 15 00:26:22 2014
@@ -18,5 +18,3 @@
contact_3D.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/mixed_dynamic_friction/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/mixed_dynamic_friction/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/mixed_dynamic_friction/Makefile.am (original)
+++ trunk/getfem/contrib/mixed_dynamic_friction/Makefile.am Sat Mar 15
00:26:22 2014
@@ -18,5 +18,3 @@
mixed_scalar_hyperbolic.net
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/mixed_elastostatic/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/mixed_elastostatic/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/mixed_elastostatic/Makefile.am (original)
+++ trunk/getfem/contrib/mixed_elastostatic/Makefile.am Sat Mar 15 00:26:22 2014
@@ -17,5 +17,3 @@
mixed_elastostatic.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/static_contact_gears/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/static_contact_gears/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/static_contact_gears/Makefile.am (original)
+++ trunk/getfem/contrib/static_contact_gears/Makefile.am Sat Mar 15
00:26:22 2014
@@ -30,5 +30,3 @@
static_contact_gears_2teeth.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/static_friction/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/static_friction/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/static_friction/Makefile.am (original)
+++ trunk/getfem/contrib/static_friction/Makefile.am Sat Mar 15 00:26:22 2014
@@ -17,5 +17,3 @@
static_friction.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/xfem_contact/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/xfem_contact/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/xfem_contact/Makefile.am (original)
+++ trunk/getfem/contrib/xfem_contact/Makefile.am Sat Mar 15 00:26:22 2014
@@ -26,5 +26,3 @@
xfem_stokes.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/xfem_large_strain/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/xfem_large_strain/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/xfem_large_strain/Makefile.am (original)
+++ trunk/getfem/contrib/xfem_large_strain/Makefile.am Sat Mar 15 00:26:22 2014
@@ -23,5 +23,3 @@
vertex_large_strain.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/contrib/xfem_stab_unilat_contact/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/xfem_stab_unilat_contact/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/contrib/xfem_stab_unilat_contact/Makefile.am (original)
+++ trunk/getfem/contrib/xfem_stab_unilat_contact/Makefile.am Sat Mar 15
00:26:22 2014
@@ -16,5 +16,3 @@
xfem_stab_unilat_contact.pl
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/interface/tests/python/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/tests/python/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/interface/tests/python/Makefile.am (original)
+++ trunk/getfem/interface/tests/python/Makefile.am Sat Mar 15 00:26:22 2014
@@ -25,14 +25,13 @@
demo_laplacian.py \
check_levelset.py
-AM_TESTS_ENVIRONMENT = \
+## to be replaced with AM_TESTS_ENVIRONMENT in automake versions >= 1.13
+TESTS_ENVIRONMENT = \
PYTHONPATH='$(srcdir):$(srcdir)/../../src/python:.:../../src/python'; \
LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):$(top_builddir)/src/.libs; \
export PYTHONPATH; \
export LD_LIBRARY_PATH;
LOG_COMPILER = python
-
-TESTS_ENVIRONMENT = python
endif
CLEANFILES = *.vtk *.dx *.pyc tank_3D* tripod* plate* *.pos *.dx
Modified: trunk/getfem/tests-2.0/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/tests-2.0/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/tests-2.0/Makefile.am (original)
+++ trunk/getfem/tests-2.0/Makefile.am Sat Mar 15 00:26:22 2014
@@ -154,5 +154,3 @@
geo_trans_inv.param
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
Modified: trunk/getfem/tests/Makefile.am
URL:
http://svn.gna.org/viewcvs/getfem/trunk/getfem/tests/Makefile.am?rev=4540&r1=4539&r2=4540&view=diff
==============================================================================
--- trunk/getfem/tests/Makefile.am (original)
+++ trunk/getfem/tests/Makefile.am Sat Mar 15 00:26:22 2014
@@ -234,5 +234,3 @@
meshes/donut_regulier_512_elements.mesh
LOG_COMPILER = perl
-
-TESTS_ENVIRONMENT = perl
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Getfem-commits] r4540 - in /trunk/getfem: ./ contrib/aposteriori/ contrib/bimat_contact_crack_test/ contrib/bimaterial_crack_test/ contrib/c...,
logari81 <=