X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2FMakefile.am;h=7fe7993c278c94d91b644d023c13aef880b5f0b2;hb=c5971ebf8a88865ed9a1f7c8cf9daa22544f07be;hp=a3ceb22508d9c86a1d242ebddd910c97eb86b5a0;hpb=7415d28c149c1bab51fe93aeaccdd14085b69bd9;p=idzebra-moved-to-github.git diff --git a/dfa/Makefile.am b/dfa/Makefile.am index a3ceb22..7fe7993 100644 --- a/dfa/Makefile.am +++ b/dfa/Makefile.am @@ -1,9 +1,13 @@ -## $Id: Makefile.am,v 1.10 2006-07-03 14:27:03 adam Exp $ noinst_LTLIBRARIES = libidzebra-dfa.la noinst_PROGRAMS = agrep lexer grepper +check_PROGRAMS = test_dfa +TESTS = $(check_PROGRAMS) + +test_dfa_SOURCES = test_dfa.c + AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) LDADD = libidzebra-dfa.la ../util/libidzebra-util.la $(YAZLALIB) @@ -13,6 +17,8 @@ lexer_SOURCES = lexer.c readfile.c grepper_SOURCES = grepper.c -libidzebra_dfa_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION) libidzebra_dfa_la_SOURCES = dfa.c imalloc.c states.c set.c bset.c \ dfap.h imalloc.h lexer.h + +clean-local: + -rm -f *.log