X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2FMakefile.am;h=296e2ce3bc60256aa035d806d8296d8adc61b2b0;hb=ae2d0647bd3a555df77397b6c2f9c129fda0733a;hp=657773f3d40f07152ef0a279c90d3613fc894855;hpb=49e78a6ad633347049dc5d61e1370a727b8b82b1;p=idzebra-moved-to-github.git diff --git a/test/gils/Makefile.am b/test/gils/Makefile.am index 657773f..296e2ce 100644 --- a/test/gils/Makefile.am +++ b/test/gils/Makefile.am @@ -1,10 +1,20 @@ - -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 +# $Id: Makefile.am,v 1.15 2003-05-21 14:39:22 adam Exp $ dist-hook: -mkdir $(distdir)/records cp $(srcdir)/records/*.grs $(distdir)/records -#TESTS = t1.sh t2.sh t3.sh t4.sh t5.sh t6.sh t7.sh t8.sh -TESTS = test1.sh test2.sh +# stop03.sh only works when Zebra is using threads. +if ISTHR +testscripts_thread = stop03.sh +else +testscripts_thread = +endif + +check_SCRIPTS = stop01.sh stop02.sh stop03.sh stop04.sh \ + test1.sh test2.sh timing1.sh timing2.sh + +TESTS = stop01.sh stop02.sh $(testscripts_thread) stop04.sh \ + test1.sh test2.sh timing1.sh timing2.sh + +EXTRA_DIST = zebra1.cfg zebra2.cfg $(check_SCRIPTS)