X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2FMakefile.am;h=a1fa6046c558d2e4dcf65163b88138d5cc5cf596;hb=2cced0fc9668eedb5fb19d721ed4aa4c3f9ed371;hp=296e2ce3bc60256aa035d806d8296d8adc61b2b0;hpb=403ae06f9dbf8180008ccc8128f642203d41ae50;p=idzebra-moved-to-github.git diff --git a/test/gils/Makefile.am b/test/gils/Makefile.am index 296e2ce..a1fa604 100644 --- a/test/gils/Makefile.am +++ b/test/gils/Makefile.am @@ -1,20 +1,12 @@ -# $Id: Makefile.am,v 1.15 2003-05-21 14:39:22 adam Exp $ +# $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 -# 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 + test1.sh test2.sh test3.sh timing1.sh timing2.sh -TESTS = stop01.sh stop02.sh $(testscripts_thread) stop04.sh \ - test1.sh test2.sh timing1.sh timing2.sh +TESTS = $(check_SCRIPTS) EXTRA_DIST = zebra1.cfg zebra2.cfg $(check_SCRIPTS)