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

Module: ppl/ppl Branch: master Commit: a3eb98fc9cdfc1b2ce00dc6c8b1fb901e4aa5217 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a3eb98fc9cdfc...
Author: Abramo Bagnara abramo.bagnara@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
participants (1)
-
Abramo Bagnara