summaryrefslogtreecommitdiff
path: root/ekhtml/testsuite/Makefile.am
blob: adbda98f46ee6a09c059c492a59b1d78ef2e6ddb (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
EKHTML_LIB = $(top_srcdir)/src/libekhtml.la

EXTRA_DIST = \
	ek_sgmllib.py \
	gen_html.py \
	plparser.pl \
	pyparser.py \
	test_basic.sh \
	test_bogus_feedsize.sh \
	test_crazypage.sh \
	tstpages

noinst_PROGRAMS = tester

tester_SOURCES      = tester.c
tester_LDADD        = $(EKHTML_LIB) 
tester_LDFLAGS      = -static
tester_DEPENDENCIES = $(EKHTML_LIB)

$(EKHTML_LIB):
	cd $(top_srcdir)/src && $(MAKE)

TESTS = test_basic.sh test_crazypage.sh test_bogus_feedsize.sh

dist-hook:
	rm -rf `find $(distdir)/tstpages -name CVS`