Makefile updates for Automake 1.5+. Test script updates
[idzebra-moved-to-github.git] / test / gils / Makefile.am
1 # $Id: Makefile.am,v 1.15 2003-05-21 14:39:22 adam Exp $
2
3 dist-hook:
4         -mkdir $(distdir)/records
5         cp $(srcdir)/records/*.grs $(distdir)/records
6
7 # stop03.sh only works when Zebra is using threads.
8 if ISTHR
9 testscripts_thread = stop03.sh
10 else
11 testscripts_thread = 
12 endif
13
14 check_SCRIPTS = stop01.sh stop02.sh stop03.sh stop04.sh \
15         test1.sh test2.sh timing1.sh timing2.sh
16
17 TESTS = stop01.sh stop02.sh $(testscripts_thread) stop04.sh \
18         test1.sh test2.sh timing1.sh timing2.sh
19
20 EXTRA_DIST = zebra1.cfg zebra2.cfg $(check_SCRIPTS)