X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/debaed3750c42accb4c63378a06f5cdc9cd8be3d..24a138b38b11dcfc5f7c360d601244af14c5488a:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index c597499..2efe622 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,8 +76,8 @@ 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/randomdecl-sanity.sh tests/crossparse-c-random.sh \ + tests/cdecl99-c-invalid.sh dist_check_SCRIPTS = tests/randomdecl-sanity.sed $(TESTS) @@ -206,3 +206,4 @@ FLEX_V_0 = @printf ' %$(DX_ALIGN_V)s %s\n' 'FLEX ' $<; include $(top_srcdir)/lib/gnulib.mk include $(top_srcdir)/common/snippet/glconfig.mk +include $(top_srcdir)/common/snippet/autotest.mk