]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
Update.
[bison.git] / tests / headers.at
index 3f8ea961796a8939ab38057cc22a48b0300695ea..c7fb8083e991d318ea81d0696824cac621208f46 100644 (file)
@@ -57,7 +57,7 @@ AS_MKDIR_P([$dirname])
 
 AT_DATA([$1.y],
 [%%
-dummy:
+dummy:;
 ])
 
 AT_CHECK([bison --defines=$1.h $1.y])
@@ -123,7 +123,7 @@ main (void)
 
 # Link and execute, just to make sure everything is fine (and in
 # particular, that MY_LLOC is indeed defined somewhere).
-AT_CHECK([$CC $CFLAGS $CPPFLAGS caller.c input.c -o caller], 0, [], [ignore])
-AT_CHECK([caller])
+AT_COMPILE([caller], [caller.c input.c])
+AT_PARSER_CHECK([./caller])
 
 AT_CLEANUP