Commit ffa551c8 by H.J. Lu Committed by Jeff Law

configure.in (configdirs): Include testsuite only if ${srcdir}/../gcc exists.

�
        * configure.in (configdirs): Include testsuite only if
        ${srcdir}/../gcc exists.
        * tests/configure.in (check): Set to ${CHECK} if
        ${srcdir}/../../gcc doesn't exists.

From-SVN: r17335
parent 2c443622
Tue Jan 13 21:23:05 1998 H.J. Lu (hjl@gnu.org)
* configure.in (configdirs): Include testsuite only if
${srcdir}/../gcc exists.
* tests/configure.in (check): Set to ${CHECK} if
${srcdir}/../../gcc doesn't exists.
1998-01-05 Brendan Kehoe <brendan@lisa.cygnus.com>
* std/bastring.cc (basic_string::Rep::operator delete): Don't claim
......
......@@ -43,8 +43,13 @@ for TEST in ${TESTS} ; do
echo ' diff -c $(srcdir)/'"${TEST}.exp ${TEST}.out" >>Makefile
CHECK="${CHECK} check-${TEST}"
done
echo "
if [ -d ${srcdir}/../../gcc ] ; then
echo "
check:
check-old: ${CHECK}" >>Makefile
else
echo "
check: ${CHECK}" >>Makefile
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment