summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-26 17:16:18 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-26 17:16:18 +0100
commit2f38c0fe02fa9485702c39668af21ebf5797bc6f (patch)
tree609b851ca8dbcb43f18cc44f1ba05c961d4536cd /tests/GNUmakefile
parent1be3647260a644118e94908eaf2dd64810842c5b (diff)
downloadwolfbones-2f38c0fe02fa9485702c39668af21ebf5797bc6f.tar.gz
wolfbones-2f38c0fe02fa9485702c39668af21ebf5797bc6f.tar.bz2
added a test logger
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 6118346..48505ed 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -2,9 +2,22 @@ TOPDIR = ..
SUBDIRS = port daemon
+INCLUDE_LIBS = \
+ $(TOPDIR)/src/libwolf.a
+
+INCLUDE_DIRS = \
+ -I$(TOPDIR)/include/wolf -I.
+
+TEST_BINS = \
+ test_log$(EXE)
+
-include $(TOPDIR)/makefiles/gmake/sub.mk
+testd: $(TOPDIR)/src/libwolf.a
+
local_test:
+ @echo "Testing log.."
+ @./test_log >/dev/null 2>&1
local_all: