/[bison]/bison/tests/calc.at
ViewVC logotype

Diff of /bison/tests/calc.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by akim, Sun Oct 13 14:25:14 2002 UTC revision 1.31 by eggert, Mon Oct 14 08:43:36 2002 UTC
# Line 375  AT_SETUP([Calculator $1]) Line 375  AT_SETUP([Calculator $1])
375  AT_DATA_CALC_Y([$1])  AT_DATA_CALC_Y([$1])
376    
377  # Specify the output files to avoid problems on different file systems.  # Specify the output files to avoid problems on different file systems.
378  AT_CHECK([bison calc.y -o calc.c m4_bpatsubst([$1], [%[^ ]*])],  AT_CHECK([bison -o calc.c m4_bpatsubst([$1], [%[^ ]*]) calc.y],
379           [0], [], [])           [0], [], [])
380    
381  AT_COMPILE([calc])  AT_COMPILE([calc])

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26