blob: 407e901f1257743f7a66f5ce4f3d5ef7e6c5fd44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
bin_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
|