mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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:
parent
dc7d6c2464
commit
dd087e5aaa
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user