This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
'make check' does nothing?
- To: libstdc++ at gcc dot gnu dot org
- Subject: 'make check' does nothing?
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Mon, 21 May 2001 08:19:39 -0400
I know nothing about dejagnu beyond how to spell it on paper. What's
happening here? (Hey, at least there are no failures, look on the bright
side...) This took all of five seconds to run.
Making check in testsuite
gmake[1]: Entering directory `/builddir/i686-pc-linux-gnu/libstdc++-v3/testsuite'
gmake check-DEJAGNU
gmake[2]: Entering directory `/builddir/i686-pc-linux-gnu/libstdc++-v3/testsuite'
Making a new site.exp file...
srcdir=`cd /srcdir/libstdc++-v3/testsuite && pwd`; export srcdir; \
EXPECT=`if [ -f /builddir/i686-pc-linux-gnu/libstdc++-v3/../../expect/expect ] ; then echo /builddir/i686-pc-linux-gnu/libstdc++-v3/../../expect/expect ; else echo expect ; fi`; export EXPECT; \
if [ -f ../../expect/expect ]; then \
TCL_LIBRARY=`cd /srcdir/libstdc++-v3/../tcl/library && pwd`; \
export TCL_LIBRARY; \
fi; \
runtest=`if [ -f /srcdir/libstdc++-v3/../dejagnu/runtest ] ; then echo /srcdir/libstdc++-v3/../dejagnu/runtest ; else echo runtest; fi`; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
$runtest --tool libstdc++-v3 --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By pme on Mon May 21 09:31:30 2001
Native configuration is i686-pc-linux-gnu
=== libstdc++-v3 tests ===
Schedule of variations:
unix
Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target.
Using /srcdir/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file.
=== libstdc++-v3 Summary ===
gmake[2]: Leaving directory `/builddir/i686-pc-linux-gnu/libstdc++-v3/testsuite'
gmake[1]: Leaving directory `/builddir/i686-pc-linux-gnu/libstdc++-v3/testsuite'