]> git.saurik.com Git - bison.git/blobdiff - tests/atlocal.in
yysyntax_error: test memory management more.
[bison.git] / tests / atlocal.in
index 91ba6742108e348d476ba0b06baa9a922ff9a203..9264a40bec0df6a23e064f1240ddd03fe52386a5 100644 (file)
 # We want no optimization.
 CFLAGS='@O0CFLAGS@ @WARN_CFLAGS@ @WERROR_CFLAGS@'
 
+# Sometimes a test group needs to ignore gcc warnings, so it locally
+# sets CFLAGS to this.
+NO_WERROR_CFLAGS='@O0CFLAGS@ @WARN_CFLAGS@'
+
 # We need `config.h'.
 CPPFLAGS="-I$abs_top_builddir/lib @CPPFLAGS@"
 
@@ -42,3 +46,5 @@ CONF_JAVA='@CONF_JAVA@'
 
 # We need egrep.
 : ${EGREP='@EGREP@'}
+
+abs_top_srcdir='@abs_top_srcdir@'