From 76b09f60724f1b74a42d8a2ed70b719c0e11f32d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 26 Feb 2009 19:41:40 +0100 Subject: moved the log test into a subdir (easier to test single aspects then) --- tests/GNUmakefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'tests/GNUmakefile') 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: -- cgit v1.2.3-54-g00ecf