aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 5d773f1766e5f5904196557ceb695c229c81b380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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