X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=test%2Fgils%2FMakefile.am;h=dae785c6c4fa5c57d8e113635fd9fa193f8a2cd5;hb=d9707b0f30d49fc9bb98d5ce10da8842dcd6d275;hp=c6dcd41ef0ffcdf246489ce3b577110456c1790f;hpb=39d323b0aabcc0f1a08f37c3fa45fb187c7570ac;p=idzebra-moved-to-github.git diff --git a/test/gils/Makefile.am b/test/gils/Makefile.am index c6dcd41..dae785c 100644 --- a/test/gils/Makefile.am +++ b/test/gils/Makefile.am @@ -1,11 +1,12 @@ -# $Id: Makefile.am,v 1.14 2003-05-20 13:52:41 adam Exp $ +# $Id: Makefile.am,v 1.16 2003-09-24 11:45:44 adam Exp $ dist-hook: -mkdir $(distdir)/records cp $(srcdir)/records/*.grs $(distdir)/records -TESTS = stop01.sh stop02.sh stop03.sh stop04.sh \ - test1.sh test2.sh \ - timing1.sh timing2.sh +check_SCRIPTS = stop01.sh stop02.sh stop03.sh stop04.sh \ + test1.sh test2.sh timing1.sh timing2.sh -EXTRA_DIST = $(TESTS) zebra1.cfg zebra2.cfg +TESTS = $(check_SCRIPTS) + +EXTRA_DIST = zebra1.cfg zebra2.cfg $(check_SCRIPTS)