]> git.draconx.ca Git - cdecl99.git/blobdiff - Makefile.am
Begin converting testsuite to Autotest.
[cdecl99.git] / Makefile.am
index c5974991ac439556b50761d11389ed5d7d33b1b3..2efe6222d0420cfa39fe87057f4a4e4513d5632e 100644 (file)
@@ -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