mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
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.
This commit is contained in:
committed by
Havoc Pennington
parent
dc7d6c2464
commit
dd087e5aaa
@@ -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
|
||||
done
|
||||
|
Reference in New Issue
Block a user