summaryrefslogtreecommitdiff
path: root/tests/log/GNUmakefile
blob: 6e6c812764679414de44334003360bcac5f09c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TOPDIR = ../..

SUBDIRS =

INCLUDE_LIBS = \
	$(TOPDIR)/src/libwolf.a

INCLUDE_DIRS = \
	-I$(TOPDIR)/include/wolf -I.

TEST_BINS = \
	test_log$(EXE)

-include $(TOPDIR)/makefiles/gmake/sub.mk

test_log: $(TOPDIR)/src/libwolf.a

local_test:
	@echo "Testing log.."
	@./test_log >/dev/null 2>&1

local_all:

local_clean:
	@-rm -f test.log

local_distclean: