Do not return NULL as boolean from wonder_is_lost() nor wonder_is_built()
[freeciv.git] / tests / Makefile.am
blob59d69e2d0e2c3ec88151f47e6ea7acce75419f0b
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 =    all_tests.sh                    \
21                 check_macros.sh                 \
22                 copyright.sh                    \
23                 fcintl.sh                       \
24                 header_guard.sh                 \
25                 va_list.sh