aboutsummaryrefslogtreecommitdiff
path: root/libutil/tests/Makefile.am
blob: 6fa360e6a631aa5598465b131fce43742ddef0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CPPFLAGS = \
	-I ${top_srcdir}/libutil

AM_CFLAGS = @OP_CFLAGS@

LIBS = @LIBERTY_LIBS@

check_PROGRAMS = file_tests string_tests

file_tests_SOURCES = file_tests.c
file_tests_LDADD = ../libutil.a
string_tests_SOURCES = string_tests.c
string_tests_LDADD = ../libutil.a

TESTS = ${check_PROGRAMS}