summaryrefslogtreecommitdiff
path: root/tests/service/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-26 09:11:19 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-26 09:11:19 +0100
commitd7c45cbce04098605236ca6b74454105f83d5799 (patch)
tree3cb5aab02bf5227fb7b9390c83c5683b3c897daf /tests/service/Makefile.W32
parent755ba7b56f245b1a09acaefd8283ba91ad55c68f (diff)
downloadwolfbones-d7c45cbce04098605236ca6b74454105f83d5799.tar.gz
wolfbones-d7c45cbce04098605236ca6b74454105f83d5799.tar.bz2
small fixes around testing of service
Diffstat (limited to 'tests/service/Makefile.W32')
-rw-r--r--tests/service/Makefile.W328
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/service/Makefile.W32 b/tests/service/Makefile.W32
index a841462..c25bd6b 100644
--- a/tests/service/Makefile.W32
+++ b/tests/service/Makefile.W32
@@ -21,7 +21,7 @@ TEST_BINS = \
!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
-test_service.exe: test_service.obj $(TOPDIR)\src\wolf.lib
+testservice.exe: testservice.obj $(TOPDIR)\src\wolf.lib
testservicemsg.dll: testservicemsg.res
$(LINK) /dll /nologo /noentry /MACHINE:x86 /out:$@ $?
@@ -33,9 +33,9 @@ local_test: $(LIBRARIES)
@echo Testing service..
@copy testservicemsg.dll C:\TEMP >NUL
@testservice /install 2>NUL
- @net start testservice >NUL
- @net stop testservice >NUL
- @testservice /remove 2>NUL
+ @net start testservice >>NUL
+ @net stop testservice >>NUL
+ @testservice /remove 2>>NUL
local_all: