This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: 'make check-performance' from libstdc++-v3?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 16 Dec 2003 12:01:20 -0600
- Subject: Re: 'make check-performance' from libstdc++-v3?
- Organization: Red Hat / Chicago
- References: <3FDF22BA.2060909@suse.de>
>a curiosity: why, having build the library, 'make check-performance'
>only works from libstdc++-v3/testsuite, whereas 'make check' works
>fine from the libstdc++-v3 directory itself?
I was trying to keep all the extra check targets in the
testsuite/Makefile.am file. I think this makes sense, as it localizes
the testsuite bits in the correct place.
Perhaps I was wrong.
-benjamin