From: Akim Demaille Date: Wed, 16 Jan 2013 07:25:50 +0000 (+0100) Subject: tests: minor refactoring X-Git-Tag: v2.7.90~166 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/70b7c357476ed3525ddb5d2739e70690cfebb207?ds=sidebyside tests: minor refactoring * tests/named-refs.at: Use AT_FULL_COMPILE where applicable. --- diff --git a/tests/named-refs.at b/tests/named-refs.at index f43c813f..ec44e049 100644 --- a/tests/named-refs.at +++ b/tests/named-refs.at @@ -181,8 +181,7 @@ AT_DATA([input.txt], (2^2)^3 = 64 ]]) -AT_BISON_CHECK([-o test.c test.y]) -AT_COMPILE([[test]]) +AT_FULL_COMPILE([[test]]) AT_PARSER_CHECK([./test input.txt], 0, [], [stderr]) AT_BISON_OPTION_POPDEFS AT_CLEANUP