---
milena/ChangeLog | 4 ++++
milena/tests/unit_test/Makefile.am | 8 +++++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 1342922..cc20d9e 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2010-08-12 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * tests/unit_test/Makefile.am (DIST_FILES): Add missing files.
+
+2010-08-12 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Make Boost dependent tests conditional.
* tests/accu/Makefile.am (tuple): Add conditions.
diff --git a/milena/tests/unit_test/Makefile.am b/milena/tests/unit_test/Makefile.am
index 9a6d644..d53d578 100644
--- a/milena/tests/unit_test/Makefile.am
+++ b/milena/tests/unit_test/Makefile.am
@@ -17,9 +17,11 @@
include $(top_srcdir)/milena/tests/tests.mk
-COND_TESTS = cond_tests_cfitsio \
- cond_tests_gdcm \
- cond_tests_magickxx \
+COND_TESTS = cond_tests_boost-preprocessor_boost-tuple \
+ cond_tests_cfitsio \
+ cond_tests_gdcm \
+ cond_tests_magickxx \
+ cond_tests_qt \
cond_tests_tiff
EXTRA_DIST = disabled_tests \
--
1.5.6.5
Show replies by date