X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bfcf1f3af044b8aa2193a4271a065085f7868777..72d2299ca0e7de962f67e64578e35af451b388f3:/tests/headers.at diff --git a/tests/headers.at b/tests/headers.at index 122e5846..c7fb8083 100644 --- a/tests/headers.at +++ b/tests/headers.at @@ -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