From 429e46051dba814e7d6c74368eb1bba550222cbe Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 1 Dec 2011 22:56:23 +0000 Subject: Imported Upstream version 1.4.8 --- tests/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..5d773f1 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,15 @@ + +noinst_PROGRAMS = libconfig_tests + +libconfig_tests_SOURCES = tests.c + +libconfig_tests_CPPFLAGS = -I../tinytest -I../lib + +libconfig_tests_LDADD = -L../tinytest -ltinytest \ + -L../lib/.libs -lconfig + + +EXTRA_DIST = \ + tests.vcproj \ + testdata/*.cfg \ + testdata/*.txt -- cgit v1.2.3