Testing
Dachuan Yu
dachuan.yu@yale.edu
Tue Oct 16 18:00:00 GMT 2001
I wanted to run the gcj testsuite and used "make check" in the
.../objdir/i686-pc-linux-gnu/libjava/testsuite/ directory. But
what I get is,
------
[dachuan@vodka testsuite]$ make check
make check-DEJAGNU
make[1]: Entering directory `/usr/home/dachuan/download/compile-test/objdir/i686-pc-linux-gnu/libjava/testsuite'
srcdir=`cd ../../../../gcc/libjava/testsuite && pwd`; export srcdir; \
EXPECT=`if [ -f ../../expect/expect ] ; then echo ../../expect/expect ; else echo expect ; fi`; export EXPECT; \
runtest=`if [ -f ../../../../gcc/libjava/../dejagnu/runtest ] ; then echo ../../../../gcc/libjava/../dejagnu/runtest ; else echo runtest; fi`; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool libjava --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: could not find `runtest'
make[1]: Leaving directory `/usr/home/dachuan/download/compile-test/objdir/i686-pc-linux-gnu/libjava/testsuite'
------
I don't know what's wrong. There is no "dejagnu" directory at
the corresponding place. And I think I've downloaded the full
package including everything.
Thanks in advance!
Dachuan
More information about the Java
mailing list