summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-20 17:10:02 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-20 17:10:02 +0200
commitd5b4a2aefb2a8fae111c27092e114226db75b9b9 (patch)
tree788d4b78e7b07530a7f4faa26551ce1b5d9876b7 /tests
parenta6cbe6b8af3a3e8787be770251727913ac3c8730 (diff)
downloadwolfbones-d5b4a2aefb2a8fae111c27092e114226db75b9b9.tar.gz
wolfbones-d5b4a2aefb2a8fae111c27092e114226db75b9b9.tar.bz2
fixed windows cleanup in library tests
Diffstat (limited to 'tests')
-rw-r--r--tests/library/Makefile.W321
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/library/Makefile.W32 b/tests/library/Makefile.W32
index 7c44d8d..168705d 100644
--- a/tests/library/Makefile.W32
+++ b/tests/library/Makefile.W32
@@ -29,6 +29,7 @@ test_loader.exe: test_loader.obj $(TOPDIR)\src\wolf.lib
local_all: $(TEST_LIBRARIES)
local_clean:
+ @-erase $(TEST_LIBRARIES) testlib.lib 2>NUL
local_distclean: