Home | History | Annotate | Download | only in tests
      1 AM_CPPFLAGS = \
      2 	-I ${top_srcdir}/libutil
      3 
      4 AM_CFLAGS = @OP_CFLAGS@
      5 
      6 LIBS = @LIBERTY_LIBS@
      7 
      8 check_PROGRAMS = file_tests string_tests
      9 
     10 file_tests_SOURCES = file_tests.c
     11 file_tests_LDADD = ../libutil.a
     12 string_tests_SOURCES = string_tests.c
     13 string_tests_LDADD = ../libutil.a
     14 
     15 TESTS = ${check_PROGRAMS}
     16