Running a subset of the libstdc++ testsuite
Chris Fairles
chris.fairles@gmail.com
Sun Dec 16 16:50:00 GMT 2007
On Dec 16, 2007 10:28 AM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> http://gcc.gnu.org/onlinedocs/libstdc++/test.html#check
> says:
> To run a subset of the library tests, try using a command like the
> following from the libbuilddir/testsuite directory:
> runtest --tool libstdc++ normal.exp="`find $srcdir/17_intro -name *.cc`"
>
> IIRC this doesn't work and hasn't done for quite some time, so should
> I update the docs to say something like "make -C testsuite
> testsuite_files && $EDITOR testsuite/testsuite_files && make -k check"
> instead?
>
> Jon
>
While your at it, "make check-target-libstdc++" should be "make
check-target-libstdc++-v3" I think. Also, the 'gccbuilddir' reference
is obvious but what does 'libbuilddir' refer to?
gccbuilddir/<target>/libstdc++ ?
Just a few things I noticed.
More information about the Libstdc++
mailing list