diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-16 15:20:28 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-16 15:20:28 +0200 |
commit | 8d899acbab58dd806deda03862d64cbafff2cb6a (patch) | |
tree | af57de65ce410d4f15d2b510930a31184a361443 /t/yacc-d-cxx.sh | |
parent | e77e1977451fff101bb91b71ff363b94b813fb64 (diff) | |
parent | e251673828b140ebfcabfc520bfe8c20e0f06e4f (diff) | |
download | automake-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-x | t/yacc-d-cxx.sh | 2 |
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 () |