blob: 6fa360e6a631aa5598465b131fce43742ddef0a3 [file] [log] [blame]
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}