[PATCH 4/6] Distribute tests/ properly.

* tests/Makefile.am (SUBDIRS): Add extract. (EXTRA_DIST): Add tools/pretty_check.sh. * tests/unit_test/Makefile.am (EXTRA_DIST): Add build_unit_test.sh. --- milena/ChangeLog | 8 ++++++++ milena/tests/Makefile.am | 7 ++++--- milena/tests/unit_test/Makefile.am | 1 + 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index a95a6f0..b69ce9c 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,13 @@ 2009-06-10 Roland Levillain <roland@lrde.epita.fr> + Distribute tests/ properly. + + * tests/Makefile.am (SUBDIRS): Add extract. + (EXTRA_DIST): Add tools/pretty_check.sh. + * tests/unit_test/Makefile.am (EXTRA_DIST): Add build_unit_test.sh. + +2009-06-10 Roland Levillain <roland@lrde.epita.fr> + Distribute doc/ properly. * doc/Makefile.am (SUBDIRS): Add ref_guide and tutorial. diff --git a/milena/tests/Makefile.am b/milena/tests/Makefile.am index 18a5a76..09d1302 100644 --- a/milena/tests/Makefile.am +++ b/milena/tests/Makefile.am @@ -19,8 +19,6 @@ include $(top_srcdir)/milena/tests/tests.mk -.PHONY: pretty-check - SUBDIRS = \ accu \ algebra \ @@ -36,6 +34,7 @@ SUBDIRS = \ draw \ estim \ extension \ + extract \ fun \ geom \ graph \ @@ -85,6 +84,8 @@ global_vars_SOURCES = global_vars1.cc global_vars2.cc TESTS = $(check_PROGRAMS) +EXTRA_DIST = tools/pretty_check.sh +.PHONY: pretty-check pretty-check: $(top_srcdir)/milena/tests/tools/pretty_check.sh @@ -92,7 +93,7 @@ pretty-check: include $(top_srcdir)/build-aux/regen-recursive.mk REGEN_SUBDIRS += unit_test -EXTRA_DIST = \ +EXTRA_DIST += \ img/lena_ascii.pbm \ img/lena_ascii.pgm \ img/lena_raw.pbm \ diff --git a/milena/tests/unit_test/Makefile.am b/milena/tests/unit_test/Makefile.am index 985fdee..3ea19b7 100644 --- a/milena/tests/unit_test/Makefile.am +++ b/milena/tests/unit_test/Makefile.am @@ -25,6 +25,7 @@ regen-am: cd $(srcdir) \ && ./build_unit_test.sh $(abs_top_srcdir)/milena/mln +EXTRA_DIST = build_unit_test.sh # FIXME: Change build_unit_test.sh so that the action looks like this: # # $< $@.tmp && mv -f $@.tmp $@ && chmod -w $@ -- 1.6.2.4
participants (1)
-
Roland Levillain