]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
Update.
[bison.git] / tests / headers.at
index 122e58460f63a3815292ef3a4ccaebda3c2f4931..c7fb8083e991d318ea81d0696824cac621208f46 100644 (file)
@@ -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