From dd087e5aaa9f65b2093c2738b2c6a6f48d22b77e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 8 Dec 2000 15:03:12 +0000 Subject: [PATCH] move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper 2000-12-08 Havoc Pennington * 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. --- ChangeLog | 7 +++++++ ChangeLog.pre-2-0 | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-12 | 7 +++++++ ChangeLog.pre-2-2 | 7 +++++++ ChangeLog.pre-2-4 | 7 +++++++ ChangeLog.pre-2-6 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ tests/Makefile.am | 5 ++--- 9 files changed, 58 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a7bf736..647e69b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-12-08 Havoc Pennington + + * 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 * gmain.h: Don't put anything after an #endif. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index a7bf736..647e69b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +2000-12-08 Havoc Pennington + + * 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 * gmain.h: Don't put anything after an #endif. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a7bf736..647e69b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2000-12-08 Havoc Pennington + + * 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 * gmain.h: Don't put anything after an #endif. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index a7bf736..647e69b 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,10 @@ +2000-12-08 Havoc Pennington + + * 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 * gmain.h: Don't put anything after an #endif. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index a7bf736..647e69b 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +2000-12-08 Havoc Pennington + + * 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 * gmain.h: Don't put anything after an #endif. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index a7bf736..647e69b 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2000-12-08 Havoc Pennington + + * 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 * gmain.h: Don't put anything after an #endif. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index a7bf736..647e69b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2000-12-08 Havoc Pennington + + * 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 * gmain.h: Don't put anything after an #endif. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a7bf736..647e69b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2000-12-08 Havoc Pennington + + * 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 * gmain.h: Don't put anything after an #endif. diff --git a/tests/Makefile.am b/tests/Makefile.am index 3195e8f..5dc6b96 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,7 +20,6 @@ TESTS = \ hash-test \ list-test \ mainloop-test \ - markup-test \ node-test \ queue-test \ rand-test \ @@ -35,7 +34,7 @@ TESTS = \ tree-test \ type-test -noinst_PROGRAMS = $(TESTS) +noinst_PROGRAMS = $(TESTS) markup-test progs_LDADD = $(EFENCE) $(top_builddir)/libglib-1.3.la $(EFENCE) thread_LDADD = $(progs_LDADD) $(top_builddir)/gthread/libgthread-1.3.la @G_THREAD_LIBS@ @@ -76,4 +75,4 @@ dist-hook: $(BUILT_EXTRA_DIST) mkdir $(distdir)/markups; \ for f in $(srcdir)/markups/* ; do \ cp $$f $(distdir)/markups; \ - done \ No newline at end of file + done -- 2.7.4