aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-06-30 13:04:44 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-06-30 13:04:44 +0000
commitf2e066ac2ab9991341699c7ee3b58793c3b5358b (patch)
tree52e33fb5541a5159cea28303b1633905ce93c199 /Makefile.am
parent3056404d75a419a0c343f4d37f23e3fed471bba9 (diff)
downloadandroid_external_libxml2-f2e066ac2ab9991341699c7ee3b58793c3b5358b.tar.gz
android_external_libxml2-f2e066ac2ab9991341699c7ee3b58793c3b5358b.tar.bz2
android_external_libxml2-f2e066ac2ab9991341699c7ee3b58793c3b5358b.zip
complete, checking on other platforms is needed updated fix a bug raised
* runtest.c: complete, checking on other platforms is needed * README: updated * debugXML.c: fix a bug raised by bill on IRC * relaxng.c: fix a leak in weird circumstances * runsuite.c Makefile.am: standalone test tool agaisnt the regression suites, work in progress Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f0ef80cf..5b5fc789 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAG
noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
testThreads testC14N testAutomata testRegexp \
- testReader testapi testModule runtest
+ testReader testapi testModule runtest runsuite
bin_PROGRAMS = xmllint xmlcatalog
@@ -52,7 +52,12 @@ m4data_DATA = libxml.m4
runtest_SOURCES=runtest.c
runtest_LDFLAGS =
runtest_DEPENDENCIES = $(DEPS)
-runtest_LDADD= @RDL_LIBS@ $(LDADDS)
+runtest_LDADD= @BASE_THREAD_LIBS@ @RDL_LIBS@ $(LDADDS)
+
+runsuite_SOURCES=runsuite.c
+runsuite_LDFLAGS =
+runsuite_DEPENDENCIES = $(DEPS)
+runsuite_LDADD= @RDL_LIBS@ $(LDADDS)
xmllint_SOURCES=xmllint.c
xmllint_LDFLAGS =