]> git.saurik.com Git - bison.git/commitdiff
tests: minor refactoring
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 16 Jan 2013 07:25:50 +0000 (08:25 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 21 Jan 2013 15:15:05 +0000 (16:15 +0100)
* tests/named-refs.at: Use AT_FULL_COMPILE where applicable.

tests/named-refs.at

index f43c813fbf13ec5609537e750b1adafe5d5a3d89..ec44e049b10bb451f05b8edb74efc508d56c0183 100644 (file)
@@ -181,8 +181,7 @@ AT_DATA([input.txt],
 (2^2)^3 = 64
 ]])
 
 (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
 AT_PARSER_CHECK([./test input.txt], 0, [], [stderr])
 AT_BISON_OPTION_POPDEFS
 AT_CLEANUP