This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Nov 2006 12:11:19 -0000
- Subject: [Bug target/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test
- References: <bug-29639-133@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #13 from bkoz at gcc dot gnu dot org 2006-11-01 12:11 -------
Eric, what I usually do is:
cd $build/libstdc++-v3/testsuite;
make testsuite_files
Then, edit out the file "testsuite_files" to the actual file or files that you
want to test.
Then, just type 'make check."
This will run the testsuite as per usual, just on a select group of files. Once
you've got that, then you can just cut and paste from the generated
libstdc++.log file if you are trying to compile just one testsuite.
-benjamin
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29639