* bootstrap: Here.
---
ChangeLog | 6 ++++++
bootstrap | 5 ++++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b35c785..f4a90d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-21 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Catch up with the new interface of Scribo's unit tests generator.
+
+ * bootstrap: Here.
+
2010-04-20 Roland Levillain <roland(a)lrde.epita.fr>
Move a test from Scribo into Milena.
diff --git a/bootstrap b/bootstrap
index 9b7a925..a9decca 100755
--- a/bootstrap
+++ b/bootstrap
@@ -220,7 +220,10 @@ fi
run . ./build-aux/build_unit_test.sh `pwd`/milena/mln milena/tests/unit_test
milena/tests/unit_test/disabled_tests
# Generate unit test files for Scribo.
-run scribo/tests/unit_test ./build_unit_test.sh `pwd`/scribo .
+run . scribo/tests/unit_test/build_unit_test.sh \
+ scribo \
+ scribo/tests/unit_test \
+ scribo/tests/unit_test/disabled_tests
# Install the GNU Build System.
autoreconf -f -v -i
--
1.5.6.5