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