1 2check_PROGRAMS = libconfig_tests 3noinst_PROGRAMS=$(check_PROGRAMS) 4TESTS = $(check_PROGRAMS) 5 6libconfig_tests_SOURCES = tests.c 7 8libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I$(top_srcdir)/lib 9 10libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \ 11 -L$(top_builddir)/lib/.libs -lconfig 12 13 14EXTRA_DIST = \ 15 tests.vcproj \ 16 tests.vcxproj \ 17 testdata/*.cfg \ 18 testdata/*.txt 19