]> git.saurik.com Git - bison.git/commitdiff
tests: simplify
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 31 Jul 2012 12:29:39 +0000 (14:29 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 1 Aug 2012 07:16:55 +0000 (09:16 +0200)
* tests/regression.at: Remove useless compilations: AT_FULL_COMPILE
includes the compilation by bison.

tests/regression.at

index c2795f6651a6fe079cd4726d271bc29b0b9634c8..71c3bbf09deb513c2de58003e1ea579fea02de68 100644 (file)
@@ -917,7 +917,6 @@ m4_define([AT_CHECK_DANCER],
 [AT_SETUP([Dancer $1])
 AT_BISON_OPTION_PUSHDEFS([$1])
 _AT_DATA_DANCER_Y([$1])
-AT_BISON_CHECK([-o dancer.c dancer.y])
 AT_FULL_COMPILE([dancer])
 AT_PARSER_CHECK([./dancer], 1, [],
 [syntax error, unexpected ':'
@@ -1002,7 +1001,6 @@ m4_define([AT_CHECK_EXPECT2],
 [AT_SETUP([Expecting two tokens $1])
 AT_BISON_OPTION_PUSHDEFS([$1])
 _AT_DATA_EXPECT2_Y([$1])
-AT_BISON_CHECK([-o expect2.c expect2.y])
 AT_FULL_COMPILE([expect2])
 AT_PARSER_CHECK([./expect2], 1, [],
 [syntax error, unexpected '+', expecting A or B