summaryrefslogtreecommitdiff
path: root/tests/local.at
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-11-12 09:45:30 +0100
committerAkim Demaille <akim@lrde.epita.fr>2012-11-12 09:45:30 +0100
commitfbca394ee1416fcfa41f839abc313a037732e84d (patch)
tree004586454b6eb591998197b6448206bd63122c43 /tests/local.at
parent369342dd3a8f8cd9aa6be7df1721ed7879f6b8e9 (diff)
parentbfdcc3a0b273c116e01d289ce52d400f22e4da14 (diff)
downloadbison-fbca394ee1416fcfa41f839abc313a037732e84d.tar.gz
Merge remote-tracking branch 'origin/maint'
* origin/maint: maint: address syntax-check errors. tests: use valgrind where appropriate tests: use valgrind where appropriate tests: don't expect $EGREP to support -w tests: more possible error compiler messages for "#error" Conflicts: cfg.mk tests/headers.at
Diffstat (limited to 'tests/local.at')
-rw-r--r--tests/local.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.at b/tests/local.at
index fb74fafc..42040829 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -697,7 +697,7 @@ AT_COMPILE([c-only.o], [c-only.c])
AT_COMPILE_CXX([cxx-only.o], [cxx-only.cc])
AT_CHECK([$CXX $CXXFLAGS $CPPFLAGS $LDFLAGS c-only.o cxx-only.o -o c-and-cxx ||
exit 77], [ignore], [ignore])
-AT_CHECK([./c-and-cxx])
+AT_PARSER_CHECK([./c-and-cxx])
])