X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fyacc-d-cxx.sh;h=a7b4aaa14677232371b22f8441f6a8b5e3c57233;hb=b9951d654abb76c5419f1e2b453f1ca06fdb331b;hp=09d7a791020093b21d00167948f032f320051ed2;hpb=119d65e9e06ffc6e8997d3ba386429db6cc2ef27;p=platform%2Fupstream%2Fautomake.git diff --git a/t/yacc-d-cxx.sh b/t/yacc-d-cxx.sh index 09d7a79..a7b4aaa 100755 --- a/t/yacc-d-cxx.sh +++ b/t/yacc-d-cxx.sh @@ -16,10 +16,10 @@ # Various tests on Yacc/C++ support with yacc-generated headers # (i.e., '-d' in *YFLAGS). -# Keep in sync with sister test 'yacc-d-basic.test'. +# Keep in sync with sister test 'yacc-d-basic.sh'. -required=yacc -. ./defs || Exit 1 +required='c++ yacc' +. test-init.sh write_parse () { @@ -220,13 +220,13 @@ test -f qux/maude-parse.cxx test -f qux/maude-parse.hxx ./configure # Re-create 'Makefile'. $MAKE maintainer-clean -test ! -f foo/parse.cc -test ! -f foo/parse.hh -test ! -f bar/parse.cpp -test ! -f bar/parse.hpp -test ! -f baz/sub/parse.c++ -test ! -f baz/sub/parse.h++ -test ! -f qux/maude-parse.cxx -test ! -f qux/maude-parse.hxx +test ! -e foo/parse.cc +test ! -e foo/parse.hh +test ! -e bar/parse.cpp +test ! -e bar/parse.hpp +test ! -e baz/sub/parse.c++ +test ! -e baz/sub/parse.h++ +test ! -e qux/maude-parse.cxx +test ! -e qux/maude-parse.hxx :