---
ChangeLog | 4 ++++
build-aux/build_unit_test.sh | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8aaf78d..b985ffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * build-aux/build_unit_test.sh: Add more comments.
+
2010-08-11 Guillaume Lazzara <z(a)lrde.epita.fr>
Handle libgdcmCommon's dependencies.
diff --git a/build-aux/build_unit_test.sh b/build-aux/build_unit_test.sh
index 15310ff..65ba103 100755
--- a/build-aux/build_unit_test.sh
+++ b/build-aux/build_unit_test.sh
@@ -33,8 +33,13 @@
## "cond_tests_*" files must be created in the directory where
## unit-test.mk is generated (usually the unit-tests directory).
##
-## WARNING: don't forget to add "cond_tests_*" files in the COND_TESTS
+## WARNINGS:
+## ---------
+## * Don't forget to add "cond_tests_*" files in the COND_TESTS
## variable in the right Makefile.am.
+##
+## * ALWAYS end "cond_tests_*" files with a new line!
+##
## FIXME: Don't use `echo -n', as echo's options are not portable.
##
--
1.5.6.5