X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dfa%2FMakefile.am;h=7fe7993c278c94d91b644d023c13aef880b5f0b2;hp=c3b1968d18dea0b5833f857479f62a2fa67e7904;hb=11d386bdb7b6b4a9bba10da749a5770b509c1fbd;hpb=be6f4de56d3ab4fd49fbea540afe2580b947cded diff --git a/dfa/Makefile.am b/dfa/Makefile.am index c3b1968..7fe7993 100644 --- a/dfa/Makefile.am +++ b/dfa/Makefile.am @@ -1,9 +1,13 @@ -## $Id: Makefile.am,v 1.11 2006-07-05 15:03:45 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) @@ -15,3 +19,6 @@ grepper_SOURCES = grepper.c 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