X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2FMakefile.am;h=0c5b9621e559448bcb2b982cdb258fc4dc6b1ad3;hb=3a0123c57a12b743568263fcaf73246d05af2482;hp=167ff046b8878968b9f45c779b1a94073dbfcc23;hpb=fa0d8b6c561c504f38cce0a2648aef662a2f38c5;p=idzebra-moved-to-github.git diff --git a/test/gils/Makefile.am b/test/gils/Makefile.am index 167ff04..0c5b962 100644 --- a/test/gils/Makefile.am +++ b/test/gils/Makefile.am @@ -1,12 +1,12 @@ - -EXTRA_DIST = zebra.cfg test.sh +# $Id: Makefile.am,v 1.18 2006-04-27 10:52:26 marc 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) -TESTS = t1.sh t2.sh t3.sh t4.sh t5.sh t6.sh t7.sh t8.sh +EXTRA_DIST = cleanrecords.sh zebra1.cfg zebra2.cfg $(check_SCRIPTS)