X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2FMakefile.am;h=a1fa6046c558d2e4dcf65163b88138d5cc5cf596;hb=47eeb5384a8fae8bcac8afb8a84782ca094683f9;hp=5cc7812d0acfc56d9d4cd7f1cf8c90e22d959c34;hpb=7e75317bed8eecabcb57e59b16093a32238738e2;p=idzebra-moved-to-github.git diff --git a/test/gils/Makefile.am b/test/gils/Makefile.am index 5cc7812..a1fa604 100644 --- a/test/gils/Makefile.am +++ b/test/gils/Makefile.am @@ -1,10 +1,12 @@ - -EXTRA_DIST = zebra.cfg test.sh +# $Id: Makefile.am,v 1.17 2004-01-30 11:43:41 heikki Exp $ dist-hook: -mkdir $(distdir)/records cp $(srcdir)/records/*.grs $(distdir)/records -test: - ../../index/zmbolidx init - ../../index/zmbolidx update records +check_SCRIPTS = stop01.sh stop02.sh stop03.sh stop04.sh \ + test1.sh test2.sh test3.sh timing1.sh timing2.sh + +TESTS = $(check_SCRIPTS) + +EXTRA_DIST = zebra1.cfg zebra2.cfg $(check_SCRIPTS)