]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
Update from TP.
[bison.git] / tests / headers.at
index 3f8ea961796a8939ab38057cc22a48b0300695ea..122e58460f63a3815292ef3a4ccaebda3c2f4931 100644 (file)
@@ -57,7 +57,7 @@ AS_MKDIR_P([$dirname])
 
 AT_DATA([$1.y],
 [%%
 
 AT_DATA([$1.y],
 [%%
-dummy:
+dummy:;
 ])
 
 AT_CHECK([bison --defines=$1.h $1.y])
 ])
 
 AT_CHECK([bison --defines=$1.h $1.y])
@@ -124,6 +124,6 @@ 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])
 # 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_CHECK([./caller])
 
 AT_CLEANUP
 
 AT_CLEANUP