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, 5 insertions, 1 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index 6ef18cdf7..5fc98afa8 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -10,7 +10,8 @@ PROGRAMS = \
sendfile.exe \
server.exe \
proc_child.exe \
- occhild.exe\
+ occhild.exe \
+ readchild.exe \
testflock.exe \
testsock.exe \
testlockperf.exe \
@@ -46,6 +47,9 @@ testflock.exe: testflock.obj $(LOCAL_LIBS)
occhild.exe: occhild.obj $(LOCAL_LIBS)
$(LINK) occhild.obj $(LOCAL_LIBS) $(ALL_LIBS)
+readchild.exe: readchild.obj $(LOCAL_LIBS)
+ $(LINK) readchild.obj $(LOCAL_LIBS) $(ALL_LIBS)
+
proc_child.exe: proc_child.obj $(LOCAL_LIBS)
$(LINK) /debug /subsystem:console /machine:I386 \
proc_child.obj $(LOCAL_LIBS) $(ALL_LIBS)