summaryrefslogtreecommitdiff
path: root/tests/textwolf/GNUmakefile
blob: 885d32261846e5729af2cd839c8f3f81d705bae2 (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
28
29
30
TOPDIR = ../..

SUBDIRS =

INCLUDE_DIRS = \
	-I$(TOPDIR)/textwolf/include

INCLUDE_LDFLAGS = \

INCLUDE_LIBS = \

TEST_CPP_BINS = \
	test1$(EXE) \
	test2$(EXE)

OBJS =

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

local_all:

local_clean:

local_distclean:

local_test:
	@./test1 test.xml
	@./test2 test.xml
	@./test1 broken.xml
	@./test2 broken.xml