Let clean-local rule remove register files.
[idzebra-moved-to-github.git] / test / gils / Makefile.am
index 56c9752..b384468 100644 (file)
@@ -1,6 +1,19 @@
-
-EXTRA_DIST = zebra.cfg test.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
+
+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 
+