X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2FMakefile.am;h=60cbda246b65d04d0c0416c83fe839006af927d2;hb=85ad68ab178a261dc548284ee68aae9107cbfaaf;hp=3f1ba85379699055eb65f3753091c6d4146112bf;hpb=941c3ed285a7089122fbd6da94e68ca50223bd17;p=idzebra-moved-to-github.git diff --git a/test/gils/Makefile.am b/test/gils/Makefile.am index 3f1ba85..60cbda2 100644 --- a/test/gils/Makefile.am +++ b/test/gils/Makefile.am @@ -1,12 +1,18 @@ -EXTRA_DIST = zebra.cfg test.sh zebra1.cfg zebra2.cfg - 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 = cleanrecords.sh zebra1.cfg zebra2.cfg $(check_SCRIPTS) + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf + -rm -rf reg/*.mf -TESTS = t1.sh t2.sh t3.sh t4.sh t5.sh t6.sh t7.sh t8.sh