]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
* tests/actions.at, tests/calc.at, tests/headers.at,
[bison.git] / tests / headers.at
index 3f8ea961796a8939ab38057cc22a48b0300695ea..fb04301519b484b330b67e74003c8d018aee2e3e 100644 (file)
@@ -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])
-AT_CHECK([caller])
+AT_CHECK([./caller])
 
 AT_CLEANUP