aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 2a099c6ce50743defb397528d0915b23af44d751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

check_PROGRAMS = libconfig_tests
noinst_PROGRAMS=$(check_PROGRAMS)
TESTS = $(check_PROGRAMS)

libconfig_tests_SOURCES = tests.c

libconfig_tests_CPPFLAGS = -I$(top_srcdir)/tinytest -I$(top_srcdir)/lib

libconfig_tests_LDADD = -L$(top_builddir)/tinytest -ltinytest \
	-L$(top_builddir)/lib/.libs -lconfig


EXTRA_DIST = \
	tests.vcproj \
	tests.vcxproj \
	testdata/*.cfg \
	testdata/*.txt