summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-26 21:35:14 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-26 21:35:14 +0100
commit70f0a6f2dcd66f3ec23f79220a0e08bcae8ba5ea (patch)
tree93580e86f18f5c2f580da611c56afc95044841e7 /tests/log
parent501aa50d06744cadeed3adc46bde461ceb5696e8 (diff)
downloadwolfbones-70f0a6f2dcd66f3ec23f79220a0e08bcae8ba5ea.tar.gz
wolfbones-70f0a6f2dcd66f3ec23f79220a0e08bcae8ba5ea.tar.bz2
manual linking and running test_log.exe ok
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/GNUmakefile2
-rw-r--r--tests/log/Makefile.W3227
2 files changed, 27 insertions, 2 deletions
diff --git a/tests/log/GNUmakefile b/tests/log/GNUmakefile
index 52540e5..316ea68 100644
--- a/tests/log/GNUmakefile
+++ b/tests/log/GNUmakefile
@@ -13,8 +13,6 @@ TEST_BINS = \
-include $(TOPDIR)/makefiles/gmake/sub.mk
-testd: $(TOPDIR)/src/libwolf.a
-
local_test:
@echo "Testing log.."
@./test_log >/dev/null 2>&1
diff --git a/tests/log/Makefile.W32 b/tests/log/Makefile.W32
new file mode 100644
index 0000000..d5134c0
--- /dev/null
+++ b/tests/log/Makefile.W32
@@ -0,0 +1,27 @@
+TOPDIR = ..\..
+
+SUBDIRS =
+
+INCLUDE_DIRS = \
+ /I$(TOPDIR)\include /I.
+
+INCLUDE_LIBS = \
+ $(TOPDIR)\src\wolf.lib
+
+TEST_BINS = \
+ test_log.exe
+
+!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk
+
+test_log.exe: test_log.obj $(TOPDIR)\src\wolf.lib
+
+local_test:
+ @echo "Testing log.."
+ @test_log >/dev/null 2>&1
+
+local_all:
+
+local_clean:
+ @erase test.log 2>NUL
+
+local_distclean: