summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parentdc7d6c24645656ea1fb55d23a107e5e747b841be (diff)
downloadglib-dd087e5aaa9f65b2093c2738b2c6a6f48d22b77e.tar.gz
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 'tests')
-rw-r--r--tests/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3195e8fa3..5dc6b9645 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