[PATCH 6/7] Complete the installation of the Make rule `tests' in Olena.

* Makefile.am (LOCAL_RECURSIVE_TARGETS): Add tests. --- ChangeLog | 6 ++++++ Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ce993e..5d6c5ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-06-10 Roland Levillain <roland@lrde.epita.fr> + + Complete the installation of the Make rule `tests' in Olena. + + * Makefile.am (LOCAL_RECURSIVE_TARGETS): Add tests. + 2009-06-09 Roland Levillain <roland@lrde.epita.fr> Update NEWS. diff --git a/Makefile.am b/Makefile.am index b8388a8..8ceba09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ if ENABLE_SWILENA endif ENABLE_SWILENA # Target shortcuts delegating the actual action to milena/Makefile. -LOCAL_RECURSIVE_TARGETS = doc pretty-check +LOCAL_RECURSIVE_TARGETS = doc pretty-check tests $(LOCAL_RECURSIVE_TARGETS): cd milena && $(MAKE) $(AM_MAKEFLAGS) $@ .PHONY: $(LOCAL_RECURSIVE_TARGETS) -- 1.6.1.2
participants (1)
-
Roland Levillain