summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-09-02 17:26:47 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-09-02 18:33:36 +0200
commitcaef85633ea2cc738bf3c4c92e2c57ac0db1d303 (patch)
tree23964c3524dd9ac3d5db536c6561279aeecafbc3 /win32
parentc59df16d1dec57c55c775a5b631445339f749282 (diff)
downloadlibxml2-caef85633ea2cc738bf3c4c92e2c57ac0db1d303.tar.gz
Move automata test to runtest.c
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.bcb1
-rw-r--r--win32/Makefile.mingw1
-rw-r--r--win32/Makefile.msvc1
3 files changed, 0 insertions, 3 deletions
diff --git a/win32/Makefile.bcb b/win32/Makefile.bcb
index 1064b807..43b5ab95 100644
--- a/win32/Makefile.bcb
+++ b/win32/Makefile.bcb
@@ -205,7 +205,6 @@ XML_OBJS_A = $(XML_INTDIR_A)\buf.obj\
# Xmllint and friends executables.
UTILS = $(BINDIR)\xmllint.exe\
$(BINDIR)\xmlcatalog.exe\
- $(BINDIR)\testAutomata.exe\
$(BINDIR)\testModule.exe\
$(BINDIR)\runtest.exe\
$(BINDIR)\runsuite.exe\
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 81f261bc..b10738d2 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -201,7 +201,6 @@ XML_SRCS_A = $(subst .o,.c,$(subst $(XML_INTDIR_A)/,$(XML_SRCDIR)/,$(XML_OBJS_A)
# Xmllint and friends executables.
UTILS = $(BINDIR)/xmllint.exe\
$(BINDIR)/xmlcatalog.exe\
- $(BINDIR)/testAutomata.exe\
$(BINDIR)/testModule.exe\
$(BINDIR)/runtest.exe\
$(BINDIR)/runsuite.exe\
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index 80e64e22..bd3e2ec1 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -255,7 +255,6 @@ XML_OBJS_A_DLL = $(XML_OBJS_A_DLL) $(XML_INTDIR_A_DLL)\xzlib.obj
# Xmllint and friends executables.
UTILS = $(BINDIR)\xmllint.exe\
$(BINDIR)\xmlcatalog.exe\
- $(BINDIR)\testAutomata.exe\
$(BINDIR)\testModule.exe\
$(BINDIR)\runtest.exe\
$(BINDIR)\runsuite.exe\