* tests/unit_test/Makefile.am ($(srcdir)/unit-tests.mk):
Depend on disabled_tests.
---
milena/ChangeLog | 7 +++++++
milena/tests/unit_test/Makefile.am | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 8485b4f..da8264d 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-21 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Fix Milena's unit tests generator's dependencies.
+
+ * tests/unit_test/Makefile.am ($(srcdir)/unit-tests.mk):
+ Depend on disabled_tests.
+
2010-04-13 Roland Levillain <roland(a)lrde.epita.fr>
Fix accu::compute(const Meta_Accumulator<A>, const Image<I>&).
diff --git a/milena/tests/unit_test/Makefile.am b/milena/tests/unit_test/Makefile.am
index 5b9ef8f..f7588b6 100644
--- a/milena/tests/unit_test/Makefile.am
+++ b/milena/tests/unit_test/Makefile.am
@@ -34,7 +34,7 @@ regen-am:
#
# `$(abs_top_srcdir)' is required because of the change of directory
# at the beginning og the action.
-$(srcdir)/unit-tests.mk: $(top_srcdir)/build-aux/build_unit_test.sh
+$(srcdir)/unit-tests.mk: $(top_srcdir)/build-aux/build_unit_test.sh disabled_tests
cd $(top_srcdir) \
&& ./build-aux/build_unit_test.sh \
milena/mln \
--
1.5.6.5
Show replies by date