X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2FMakefile.am;h=f0861036b832a1f701c19df0f001c29e563e9b66;hb=0716d034f533ce87da162a61e62ca350dc5a3b7e;hp=e7257fd8a4e9bfdc036fad4338eacab3924cacff;hpb=fcfd0a80561bc65bbe3240244509aada0e3888b2;p=idzebra-moved-to-github.git diff --git a/test/gils/Makefile.am b/test/gils/Makefile.am index e7257fd..f086103 100644 --- a/test/gils/Makefile.am +++ b/test/gils/Makefile.am @@ -1,13 +1,15 @@ -EXTRA_DIST = zebra.cfg test.sh zebra1.cfg zebra2.cfg \ - t1.sh t2.sh t3.sh t4.sh t5.sh t6.sh t7.sh t8.sh dist-hook: -mkdir $(distdir)/records cp $(srcdir)/records/*.grs $(distdir)/records -test: - ../../index/zmbolidx init - ../../index/zmbolidx update records +TESTS = stop01.sh stop02.sh stop03.sh stop04.sh \ + test1.sh test2.sh \ + timing1.sh timing2.sh -TESTS = t1.sh t2.sh t3.sh t4.sh t5.sh t6.sh t7.sh t8.sh +EXTRA_DIST = $(TESTS) zebra1.cfg zebra2.cfg + +# FIXME: +# test02.sh fails +# test03.sh fails with a segfault