File diff 000000000000 → d6faa5ffcedf
libconfig-1.4.9/tests/Makefile.am
Show inline comments
 
new file 100644
 

	
 
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