* python/Makefile.am: s/TESTS_ENVIRONMENT/LOG_COMPILER/. --- swilena/ChangeLog | 6 ++++++ swilena/python/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog index 7206cc4..17b60b4 100644 --- a/swilena/ChangeLog +++ b/swilena/ChangeLog @@ -1,5 +1,11 @@ 2013-04-12 Roland Levillain roland@lrde.epita.fr
+ Adjust Swilena to Automake parallel tests. + + * python/Makefile.am: s/TESTS_ENVIRONMENT/LOG_COMPILER/. + +2013-04-12 Roland Levillain roland@lrde.epita.fr + Enable verbose messages in Swilena Python tests.
* run.in: Here. diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am index 8290c26..2d8dfa7 100644 --- a/swilena/python/Makefile.am +++ b/swilena/python/Makefile.am @@ -348,7 +348,7 @@ CLEANFILES += $(bin_SCRIPTS) $(noinst_SCRIPTS)
include $(top_srcdir)/swilena/run.mk
-TESTS_ENVIRONMENT = $(RUN) +LOG_COMPILER = $(RUN) # Ensure `run' is rebuilt before the tests are run. $(TESTS): $(srcdir)/run.stamp # The dependency is on `run.in' and not `run', since `run' is