]> git.saurik.com Git - bison.git/blobdiff - tests/synclines.at
* src/symlist.h, src/symlist.c (symbol_list_length): New.
[bison.git] / tests / synclines.at
index a1243511d9bdc87b988685db272a07db19732f56..ea6f968808fc95cadece7807782a5292e283b098 100644 (file)
@@ -33,7 +33,7 @@ AT_DATA([[input.y]],
 [$2])
 
 AT_CHECK([bison input.y -o input.c])
-AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -o input], 1, [], [stderr])
+AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -c], 1, [], [stderr])
 # In case GCC displays column information, strip it down.
 #
 #   input.y:4:2: #error "4"    or input.y:4.2: #error "4"