blob: dfcd6eca7a1032aafe487e60c40cee4f2c90ad5d [file] [log] [blame]
AM_CPPFLAGS = \
-I ${top_srcdir}/libutil @OP_CPPFLAGS@
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}