]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
[bison.git] / tests / calc.at
index 63c8604b16ae8e255bc8d1b9fcbe9558e07b53fc..34cac69d449cfddb6bd679cdfaaf55c66cfc604b 100644 (file)
@@ -375,7 +375,7 @@ AT_SETUP([Calculator $1])
 AT_DATA_CALC_Y([$1])
 
 # Specify the output files to avoid problems on different file systems.
-AT_CHECK([bison calc.y -o calc.c m4_bpatsubst([$1], [%[^ ]*])],
+AT_CHECK([bison -o calc.c m4_bpatsubst([$1], [%[^ ]*]) calc.y],
          [0], [], [])
 
 AT_COMPILE([calc])