summaryrefslogtreecommitdiff
path: root/t/yacc-d-cxx.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-16 15:20:28 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-16 15:20:28 +0200
commit8d899acbab58dd806deda03862d64cbafff2cb6a (patch)
treeaf57de65ce410d4f15d2b510930a31184a361443 /t/yacc-d-cxx.sh
parente77e1977451fff101bb91b71ff363b94b813fb64 (diff)
parente251673828b140ebfcabfc520bfe8c20e0f06e4f (diff)
downloadautomake-8d899acbab58dd806deda03862d64cbafff2cb6a.tar.gz
Merge branch 'master' into ng/master
* master: tests: fix spurious failure due to i18n issue tests: add few missing 'cc' and 'c++' requirements
Diffstat (limited to 't/yacc-d-cxx.sh')
-rwxr-xr-xt/yacc-d-cxx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-d-cxx.sh b/t/yacc-d-cxx.sh
index f1ec2c376..d4c4af2e7 100755
--- a/t/yacc-d-cxx.sh
+++ b/t/yacc-d-cxx.sh
@@ -18,7 +18,7 @@
# (i.e., '-d' in *YFLAGS).
# Keep in sync with sister test 'yacc-d-basic.test'.
-required=yacc
+required='c++ yacc'
. ./defs || Exit 1
write_parse ()