summaryrefslogtreecommitdiff
path: root/test/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.win')
-rw-r--r--test/Makefile.win6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index 21344ea03..ff96bee33 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -73,6 +73,7 @@ TESTALL_COMPONENTS = \
$(OUTDIR)\proc_child.exe \
$(OUTDIR)\tryread.exe \
$(OUTDIR)\sockchild.exe \
+ $(OUTDIR)\memcachedmock.exe \
$(OUTDIR)\testshmproducer.exe \
$(OUTDIR)\testshmconsumer.exe \
$(OUTDIR)\globalmutexchild.exe
@@ -274,6 +275,11 @@ $(OUTDIR)\sockchild.exe: $(INTDIR)\sockchild.obj $(LOCAL_LIB)
@if exist "$@.manifest" \
mt.exe -manifest "$@.manifest" -outputresource:$@;1
+$(OUTDIR)\memcachedmock.exe: $(INTDIR)\memcachedmock.obj $(LOCAL_LIB)
+ $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
+ @if exist "$@.manifest" \
+ mt.exe -manifest "$@.manifest" -outputresource:$@;1
+
$(OUTDIR)\testshmconsumer.exe: $(INTDIR)\testshmconsumer.obj $(LOCAL_LIB)
$(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
@if exist "$@.manifest" \