summaryrefslogtreecommitdiff
path: root/tests/modules/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/Makefile.W32')
-rwxr-xr-xtests/modules/Makefile.W327
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/modules/Makefile.W32 b/tests/modules/Makefile.W32
index ea86b36..5705031 100755
--- a/tests/modules/Makefile.W32
+++ b/tests/modules/Makefile.W32
@@ -1,6 +1,6 @@
TOPDIR = ..\..
-SUBDIRS = testmod testmod2 testmod3
+SUBDIRS = testmod testmod2 testmod3 testmod4
!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk
@@ -25,7 +25,8 @@ INCLUDE_LIBS = \
TEST_CPP_BINS = \
test1.exe \
test2.exe \
- test3.exe
+ test3.exe \
+ test4.exe
OBJS =
@@ -34,6 +35,7 @@ OBJS =
test1.exe: test1.obj
test2.exe: test2.obj
test3.exe: test3.obj
+test4.exe: test4.obj
# must build test2.lib first becase it contains DDL exports for the
# Common singleton
@@ -48,3 +50,4 @@ local_test:
@-exec_test test1 "Module loader"
@-exec_test test2 "Module loader with singleton"
@-exec_test test3 "Load module in module"
+ @-exec_test test4 "Module initialization"