Skip to content
Snippets Groups Projects
Commit 049d2251 authored by Andreas Tobler's avatar Andreas Tobler Committed by Andreas Tobler
Browse files

btest-gcc.sh: Add make check-target-libjava.

2003-07-31  Andreas Tobler  <a.tobler@schweiz.ch>

        * btest-gcc.sh: Add make check-target-libjava.

From-SVN: r70008
parent 5011c2ca
No related merge requests found
2003-07-31 Andreas Tobler <a.tobler@schweiz.ch>
* btest-gcc.sh: Add make check-target-libjava.
2002-10-22 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh: Add gdb.sum to TESTLOGS only when GDB testsuite is run.
......
......@@ -101,6 +101,7 @@ gcc/testsuite/g++.sum
gcc/testsuite/g77.sum
gcc/testsuite/objc.sum"
# $H_TARGET/libstdc++-v3/testsuite/libstdc++-v3.sum
# $H_TARGET/libjava/testsuite/libjava.sum
# Build.
echo build > $RESULT
......@@ -124,6 +125,9 @@ make -k check-gcc
# Test libstd++-v3
make check-target-libstdc++-v3
# Test libjava
make check-target-libjava
# Test the just-built GCC with the GDB testsuite.
if [ -d $GDB_TESTSUITE ] ; then
mkdir test-gdb || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment