X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f16b08196c780556cbf50691e2944960aebc46f6..7fb72c6e53f25f2d0b10fc9e0b412b8c7cde9101:/tests/headers.at?ds=inline diff --git a/tests/headers.at b/tests/headers.at index 02911b78..9d4946d6 100644 --- a/tests/headers.at +++ b/tests/headers.at @@ -1,5 +1,7 @@ # Bison Parser Headers. -*- Autotest -*- -# Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. + +# Copyright (C) 2001-2002, 2006-2007, 2009-2012 Free Software +# Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,7 +36,7 @@ AT_DATA([input.y], exp: {}; ]) -AT_CHECK([bison --defines input.y]) +AT_BISON_CHECK([--defines input.y]) AT_CLEANUP @@ -65,7 +67,7 @@ dummy:; #include <$1.h> ]) -AT_CHECK([bison --defines=$1.h --output=y.tab.c $1.y]) +AT_BISON_CHECK([--defines=$1.h --output=y.tab.c $1.y]) AT_COMPILE([y.tab.o], [-I. -c y.tab.c]) @@ -109,7 +111,7 @@ my_error (const char *msg) exp:; ]) -AT_CHECK([bison --defines -o input.c input.y]) +AT_BISON_CHECK([--defines -o input.c input.y]) # YYLTYPE should be defined, and MY_LLOC declared. AT_DATA([caller.c],