summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
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: