This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] regression tester


Hi,

I commit the patch below, approved by Geoff K.

It enables the libjava test on the regress.

Mainline only.

Andreas

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

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

Index: btest-gcc.sh
===================================================================
RCS file: /cvs/gcc/gcc/contrib/regression/btest-gcc.sh,v
retrieving revision 1.5
diff -u -r1.5 btest-gcc.sh
--- btest-gcc.sh        22 Oct 2002 20:02:49 -0000      1.5
+++ btest-gcc.sh        31 Jul 2003 17:41:37 -0000
@@ -101,6 +101,7 @@
 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
@@ -123,6 +124,9 @@

 # 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]