Add scripting API control over unit 'stay'
[freeciv.git] / tests / Makefile.am
blob4d44c47a2f6121d28b5b397e7d5948245695234b
1 ## Process this file with automake to produce Makefile.in
3 # Currently the "src-check" directive creates a check-output file containing
4 # the results of the checks.  It might be better to actually fail the make run
5 # if the check fails.
6 src-check:
7         rm -f check-output check-output_
8         $(srcdir)/check_macros.sh $(top_srcdir) >> check-output_
9         $(srcdir)/copyright.sh $(top_srcdir) >> check-output_
10         $(srcdir)/fcintl.sh $(top_srcdir) >> check-output_
11         $(srcdir)/header_guard.sh $(top_srcdir) >> check-output_
12         $(srcdir)/va_list.sh $(top_srcdir) >> check-output_
13         cat check-output_ | sed "s,$(top_srcdir)/,," > check-output
14         rm -f check-output_
16 .PHONY: src-check
18 CLEANFILES = check-output
20 EXTRA_DIST =    check_macros.sh                 \
21                 copyright.sh                    \
22                 fcintl.sh                       \
23                 header_guard.sh                 \
24                 va_list.sh