• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AM_CPPFLAGS = \
2	-I ${top_srcdir}/libutil
3
4AM_CFLAGS = @OP_CFLAGS@
5
6LIBS = @LIBERTY_LIBS@
7
8check_PROGRAMS = file_tests string_tests
9
10file_tests_SOURCES = file_tests.c
11file_tests_LDADD = ../libutil.a
12string_tests_SOURCES = string_tests.c
13string_tests_LDADD = ../libutil.a
14
15TESTS = ${check_PROGRAMS}
16