X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/da730230ce159265f4380daa456e3e3c5f9422f4..6d58c632025cb6928a90e4176577982bfb9c3981:/tests/testsuite.at?ds=sidebyside diff --git a/tests/testsuite.at b/tests/testsuite.at index fa7d7482..48133b72 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,6 +1,6 @@ -# Test suite for GNU Bison. -*- Autotest -*- +# Test suite for GNU Bison. -*- Autotest -*- -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software +# Copyright (C) 2000-2004, 2006-2007, 2009-2012 Free Software # Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -20,6 +20,9 @@ # Testing resistance to user bugs. m4_include([input.at]) +# Testing named references. +m4_include([named-refs.at]) + # Testing output file names. m4_include([output.at])