tests: minor refactoring

* tests/named-refs.at: Use AT_FULL_COMPILE where applicable.
This commit is contained in:
Akim Demaille
2013-01-16 08:25:50 +01:00
parent 184878b9ca
commit 70b7c35747

View File

@@ -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