]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
(AT_TEST_CPP_GUARD_H): Compile with -I., as Forte 7 C requires it,
[bison.git] / tests / headers.at
index 1aded31562c0b0310742d5dafae4e3208469b84c..7865341c7725f0e2fa453db812d0cc9864171b9f 100644 (file)
@@ -68,7 +68,7 @@ dummy:;
 AT_CHECK([bison --defines=$1.h --output=y.tab.c $1.y])
 
 # CPP should be happy with it.
 AT_CHECK([bison --defines=$1.h --output=y.tab.c $1.y])
 
 # CPP should be happy with it.
-AT_CHECK([$CC -E y.tab.c], 0, [ignore])
+AT_CHECK([$CC -E -I. y.tab.c], 0, [ignore])
 
 AT_CLEANUP
 ])
 
 AT_CLEANUP
 ])