summaryrefslogtreecommitdiffstats
path: root/src/dlfcn-win32.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlfcn-win32.mk')
-rw-r--r--src/dlfcn-win32.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dlfcn-win32.mk b/src/dlfcn-win32.mk
index ffac1fd..2daaea5 100644
--- a/src/dlfcn-win32.mk
+++ b/src/dlfcn-win32.mk
@@ -25,6 +25,5 @@ define $(PKG)_BUILD
--disable-static --enable-shared )
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
-
- # No test avalable temprorarily because MXE doesn't support shared build yet
+ $(MAKE) -C '$(1)' -j '$(JOBS)' test.exe testdll.dll
endef