X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/7415e275933530c7510fbfc1fa486d38f88c9c93..879d69d46fdf7ddf33beac6c32c7f2646d97d0ca:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c597499..8ccdc95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright © 2011-2013,2019 Nick Bowler +# Copyright © 2011-2013,2019-2020 Nick Bowler # # License WTFPL2: Do What The Fuck You Want To Public License, version 2. # This is free software: you are free to do what the fuck you want to. @@ -76,10 +76,9 @@ TESTS_ENVIRONMENT = SHELL='$(SHELL)' LIBTOOL='$(LIBTOOL)' EXEEXT='$(EXEEXT)' TEST_EXTENSIONS = .sh SH_LOG_COMPILER = $(SHELL) -TESTS = tests/libcdecl-static-symbols.sh tests/randomdecl-sanity.sh \ - tests/crossparse-c-random.sh tests/cdecl99-c-invalid.sh +TESTS = tests/crossparse-c-random.sh -dist_check_SCRIPTS = tests/randomdecl-sanity.sed $(TESTS) +dist_check_SCRIPTS = $(TESTS) src/parse.lo: src/scan.h src/scan.lo: src/parse.h @@ -204,5 +203,16 @@ FLEX_V_0 = @printf ' %$(DX_ALIGN_V)s %s\n' 'FLEX ' $<; $(MAKE) $(AM_MAKEFLAGS) $<; \ fi +atlocal: config.status + $(AM_V_GEN) :; { \ + printf ': "$${%s=%s}"\n' \ + EXEEXT '$(EXEEXT)' \ + check_PROGRAMS '$(check_PROGRAMS)' \ + ; } >$@.tmp + $(AM_V_at) mv -f $@.tmp $@ +check_DATA = atlocal +CLEANFILES += atlocal + include $(top_srcdir)/lib/gnulib.mk include $(top_srcdir)/common/snippet/glconfig.mk +include $(top_srcdir)/common/snippet/autotest.mk