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

Diff of /bison/tests/input.at

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

revision 1.18 by eggert, Thu Nov 14 00:26:45 2002 UTC revision 1.19 by eggert, Thu Nov 14 00:35:27 2002 UTC
# Line 202  main (void) Line 202  main (void)
202  ]])  ]])
203    
204  AT_CHECK([bison -d -v -o input.c input.y])  AT_CHECK([bison -d -v -o input.c input.y])
205  AT_COMPILE([input], [input.c main.c])  AT_COMPILE([input.o], [-c input.c])
206    AT_COMPILE([main.o], [-c main.c])
207    AT_COMPILE([input], [input.o main.o])
208  AT_PARSER_CHECK([./input], 0,  AT_PARSER_CHECK([./input], 0,
209  [[[@<:@],  [[[@<:@],
210  ]])  ]])

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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