Ignore *.o, *~ files.
[idzebra-moved-to-github.git] / test / gils / Makefile.am
index 657773f..0c5b962 100644 (file)
@@ -1,10 +1,12 @@
-
-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.18 2006-04-27 10:52:26 marc 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
+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)