summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
new file mode 100644
index 0000000..883a1a7
--- /dev/null
+++ b/test/Makefile.am
@@ -0,0 +1,7 @@
+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 \ No newline at end of file