aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorKasimier T. Buchcik <kbuchcik@src.gnome.org>2005-07-05 10:40:52 +0000
committerKasimier T. Buchcik <kbuchcik@src.gnome.org>2005-07-05 10:40:52 +0000
commit87db1cf6d1f05b286cf47960324b8536db442f80 (patch)
treece66acef090df5be66f594c6bdf253c7ede27ef3 /win32
parent91fe3edcaa7140947075f476a0f20b47a61cbb8b (diff)
downloadandroid_external_libxml2-87db1cf6d1f05b286cf47960324b8536db442f80.tar.gz
android_external_libxml2-87db1cf6d1f05b286cf47960324b8536db442f80.tar.bz2
android_external_libxml2-87db1cf6d1f05b286cf47960324b8536db442f80.zip
Tiny portability adjustment for win. Added runtest.exe and runsuite.exe to
* runsuite.c runtest.c: Tiny portability adjustment for win. * win32/Makefile.*: Added runtest.exe and runsuite.exe to be created.
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.bcb4
-rw-r--r--win32/Makefile.mingw4
-rw-r--r--win32/Makefile.msvc4
3 files changed, 9 insertions, 3 deletions
diff --git a/win32/Makefile.bcb b/win32/Makefile.bcb
index 182e41f7..6603d2a4 100644
--- a/win32/Makefile.bcb
+++ b/win32/Makefile.bcb
@@ -214,7 +214,9 @@ UTILS = $(BINDIR)\xmllint.exe\
$(BINDIR)\testSAX.exe\
$(BINDIR)\testSchemas.exe\
$(BINDIR)\testURI.exe\
- $(BINDIR)\testXPath.exe
+ $(BINDIR)\testXPath.exe\
+ $(BINDIR)\runtest.exe\
+ $(BINDIR)\runsuite.exe
!if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 0a4f3148..61d15ab3 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -208,7 +208,9 @@ UTILS = $(BINDIR)/xmllint.exe\
$(BINDIR)/testSAX.exe\
$(BINDIR)/testSchemas.exe\
$(BINDIR)/testURI.exe\
- $(BINDIR)/testXPath.exe
+ $(BINDIR)/testXPath.exe\
+ $(BINDIR)/runtest.exe\
+ $(BINDIR)/runsuite.exe
ifeq ($(WITH_THREADS),yes)
UTILS += $(BINDIR)/testThreadsWin32.exe
endif
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index f57b53c8..f5914dbe 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -193,7 +193,9 @@ UTILS = $(BINDIR)\xmllint.exe\
$(BINDIR)\testSAX.exe\
$(BINDIR)\testSchemas.exe\
$(BINDIR)\testURI.exe\
- $(BINDIR)\testXPath.exe
+ $(BINDIR)\testXPath.exe\
+ $(BINDIR)\runtest.exe\
+ $(BINDIR)\runsuite.exe
!if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"
UTILS = $(UTILS) $(BINDIR)\testThreadsWin32.exe
!else if "$(WITH_THREADS)" == "posix"