diff options
Diffstat (limited to 'win32/Makefile.mingw')
-rw-r--r-- | win32/Makefile.mingw | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw index 4c3d018..f41ce6d 100644 --- a/win32/Makefile.mingw +++ b/win32/Makefile.mingw @@ -212,7 +212,9 @@ UTILS = $(BINDIR)/xmllint.exe\ $(BINDIR)/testURI.exe\ $(BINDIR)/testXPath.exe\ $(BINDIR)/runtest.exe\ - $(BINDIR)/runsuite.exe + $(BINDIR)/runsuite.exe\ + $(BINDIR)/testapi.exe + ifeq ($(WITH_THREADS),yes) UTILS += $(BINDIR)/testThreadsWin32.exe endif |