[PPL-devel] [GIT] ppl/ppl(master): Fixed run_tests make.

Abramo Bagnara abramo.bagnara at gmail.com
Tue Mar 31 13:07:44 CEST 2009


Module: ppl/ppl
Branch: master
Commit: a3eb98fc9cdfc1b2ce00dc6c8b1fb901e4aa5217
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a3eb98fc9cdfc1b2ce00dc6c8b1fb901e4aa5217

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Tue Mar 31 10:24:49 2009 +0200

Fixed run_tests make.

---

 tests/BD_Shape/Makefile.am        |    2 +-
 tests/Box/Makefile.am             |    2 +-
 tests/Octagonal_Shape/Makefile.am |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/BD_Shape/Makefile.am b/tests/BD_Shape/Makefile.am
index 3a6e92d..34560ac 100644
--- a/tests/BD_Shape/Makefile.am
+++ b/tests/BD_Shape/Makefile.am
@@ -120,7 +120,7 @@ TESTS = run_tests.stamp
 
 .PHONY: run_tests.stamp
 run_tests.stamp: run_tests
-	+$(srcdir)/run_tests
+	+MAKE=$(MAKE) $(srcdir)/run_tests
 	echo "true" >run_tests.stamp
 	chmod +x run_tests.stamp
 
diff --git a/tests/Box/Makefile.am b/tests/Box/Makefile.am
index 6ed73cd..ed1bfab 100644
--- a/tests/Box/Makefile.am
+++ b/tests/Box/Makefile.am
@@ -124,7 +124,7 @@ TESTS = run_tests.stamp
 
 .PHONY: run_tests.stamp
 run_tests.stamp: run_tests
-	+$(srcdir)/run_tests
+	+MAKE=$(MAKE) $(srcdir)/run_tests
 	echo "true" >run_tests.stamp
 	chmod +x run_tests.stamp
 
diff --git a/tests/Octagonal_Shape/Makefile.am b/tests/Octagonal_Shape/Makefile.am
index 7615cc5..e334116 100644
--- a/tests/Octagonal_Shape/Makefile.am
+++ b/tests/Octagonal_Shape/Makefile.am
@@ -127,7 +127,7 @@ TESTS = run_tests.stamp
 
 .PHONY: run_tests.stamp
 run_tests.stamp: run_tests
-	+$(srcdir)/run_tests
+	+MAKE=$(MAKE) $(srcdir)/run_tests
 	echo "true" >run_tests.stamp
 	chmod +x run_tests.stamp
 




More information about the PPL-devel mailing list