move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper
authorHavoc Pennington <hp@pobox.com>
Fri, 8 Dec 2000 15:03:12 +0000 (15:03 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Fri, 8 Dec 2000 15:03:12 +0000 (15:03 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/Makefile.am

index a7bf736..647e69b 100644 (file)
--- 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.
index a7bf736..647e69b 100644 (file)
@@ -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.
index a7bf736..647e69b 100644 (file)
@@ -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.
index a7bf736..647e69b 100644 (file)
@@ -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.
index a7bf736..647e69b 100644 (file)
@@ -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.
index a7bf736..647e69b 100644 (file)
@@ -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.
index a7bf736..647e69b 100644 (file)
@@ -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.
index a7bf736..647e69b 100644 (file)
@@ -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.
index 3195e8f..5dc6b96 100644 (file)
@@ -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