summaryrefslogtreecommitdiff
path: root/test/Makefile.win
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2004-03-13 00:29:31 +0000
committerRyan Bloom <rbb@apache.org>2004-03-13 00:29:31 +0000
commit989403535072124132fd470f860f0732bcb2b0d0 (patch)
tree76f085f721ffc8098765d09117f92ae7074b62d7 /test/Makefile.win
parent9088f678ac1ef2bffae465d5e0e788b20f3d8826 (diff)
downloadapr-989403535072124132fd470f860f0732bcb2b0d0.tar.gz
Add testatomic to testall in the Windows build system.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.win')
-rw-r--r--test/Makefile.win7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/Makefile.win b/test/Makefile.win
index f5d3fafa9..953f46a01 100644
--- a/test/Makefile.win
+++ b/test/Makefile.win
@@ -16,7 +16,6 @@ PROGRAMS = \
testlockperf.exe \
testshmproducer.exe \
testshmconsumer.exe \
- testatomic.exe \
testmutexscope.exe \
testall.exe \
mod_test.so
@@ -87,9 +86,6 @@ testprocmutex.exe: testprocmutex.obj $(LOCAL_LIBS)
testglobalmutex.exe: testglobalmutex.obj $(LOCAL_LIBS)
$(LINK) testglobalmutex.obj $(LOCAL_LIBS) $(ALL_LIBS)
-testatomic.exe: testatomic.obj $(LOCAL_LIBS)
- $(LINK) testatomic.obj $(LOCAL_LIBS) $(ALL_LIBS)
-
testmutexscope.exe: testmutexscope.obj $(LOCAL_LIBS)
$(LINK) testmutexscope.obj $(LOCAL_LIBS) $(ALL_LIBS)
@@ -99,7 +95,8 @@ TESTS = testall.obj testtime.obj teststr.obj testvsn.obj testipsub.obj \
testdso.obj testoc.obj testdup.obj testsockets.obj testproc.obj \
testpoll.obj testlock.obj testsockopt.obj testpipe.obj testthread.obj \
testhash.obj testargs.obj testnames.obj testuser.obj testpath.obj \
- testenv.obj testprocmutex.obj testrand2.obj testfnmatch.obj
+ testenv.obj testprocmutex.obj testrand2.obj testfnmatch.obj \
+ testatomic.obj
testall.exe: $(TESTS) CuTest.obj $(LOCAL_LIBS)
$(LINK) /debug /subsystem:console /machine:I386 $(TESTS) CuTest.obj \