summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-26 19:41:40 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-26 19:41:40 +0100
commit76b09f60724f1b74a42d8a2ed70b719c0e11f32d (patch)
tree7f45ed8a4727769909b5a87654dcf01af3a258f6 /tests/GNUmakefile
parent8bd489b482426eb8916588693f439668e873fed6 (diff)
downloadwolfbones-76b09f60724f1b74a42d8a2ed70b719c0e11f32d.tar.gz
wolfbones-76b09f60724f1b74a42d8a2ed70b719c0e11f32d.tar.bz2
moved the log test into a subdir (easier to test single aspects then)
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 48505ed..b408068 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,23 +1,10 @@
TOPDIR = ..
-SUBDIRS = port daemon
-
-INCLUDE_LIBS = \
- $(TOPDIR)/src/libwolf.a
-
-INCLUDE_DIRS = \
- -I$(TOPDIR)/include/wolf -I.
-
-TEST_BINS = \
- test_log$(EXE)
+SUBDIRS = port log daemon
-include $(TOPDIR)/makefiles/gmake/sub.mk
-testd: $(TOPDIR)/src/libwolf.a
-
local_test:
- @echo "Testing log.."
- @./test_log >/dev/null 2>&1
local_all: