File: Makefile.am

package info (click to toggle)
libconfig 1.7.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,792 kB
  • sloc: sh: 12,424; ansic: 5,406; cpp: 870; yacc: 329; makefile: 201; lex: 179; ruby: 7
file content (18 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (2)
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