summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: cb5f463daf13b030b55d397864b3776a6c517415 (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_PROGRAMS = vformat

vformat_SOURCE = testsuppt.c vformat.c 
vformat_LDADD = ../src/.libs/libvformat.a testsuppt.o 

EXTRA_DIST = testsuppt.c testsuppt.h tests/access/*.vcf tests/adhoc/*.vc* tests/spec/*.vcf tests/utf-8/*.vcf
TESTS = vformat

clean-local:
	find . -name *out* -exec rm -f {} ';'
	rm -f *.vcf