Home | History | Annotate | Download | only in contrib

Lines Matching refs:testsuite

11 # source tree, so it will find the testsuite tree from its location.
12 # If you move it elsewhere, or want to use another testsuite tree, you
14 # --testsuite=/some/dir/GCC/gcc/testsuite. If you specify
15 # --testsuite, --srcdir will be ignored; otherwise, `/gcc/testsuite'
47 --with-testsuite=*) testsuite=`echo "$1" | sed 's/[^=]*=//'`; shift;;
62 Runs the testsuite for an installed version of gcc/g++/gfortran/objc
70 --with-testsuite=/some/dir/gcc/testsuite specify the testsuite directory
71 --srcdir=/some/dir same as --with-testsuite=/some/dir/gcc/testsuite
81 --without-gcc do not run gcc testsuite
82 --without-g++ do not run g++ testsuite
83 --without-gfortran do not run gfortran testsuite
84 --without-objc do not run objc testsuite
99 if test x"${testsuite+set}" != x"set" && test x"${srcdir+set}" != x"set"; then
110 set srcdir "${testsuite-${srcdir}/gcc/testsuite}"