summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-12-08 15:03:12 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-12-08 15:03:12 +0000
commitdd087e5aaa9f65b2093c2738b2c6a6f48d22b77e (patch)
tree8d764ef41839fc800ab408a6ac758eb91cdae430 /ChangeLog
parentdc7d6c24645656ea1fb55d23a107e5e747b841be (diff)
move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper
2000-12-08 Havoc Pennington <hp@pobox.com> * tests/Makefile.am (TESTS): move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper test would be run-markup-tests.sh, but that can't go in tests, so we need a manual make check rule. Didn't do that yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7bf73630..647e69b10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-08 Havoc Pennington <hp@pobox.com>
+
+ * tests/Makefile.am (TESTS): move markup-test to noinst_PROGRAMS;
+ it isn't a proper test, the proper test would be
+ run-markup-tests.sh, but that can't go in tests, so we need
+ a manual make check rule. Didn't do that yet.
+
2000-12-07 Raja R Harinath <harinath@cs.umn.edu>
* gmain.h: Don't put anything after an #endif.