Re: (no subject)
Rob Savoye <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 16, 2004 at 04:26:11PM +0530, K, Muddappa wrote: > I have downloaded the dejagnu testsuite for "libstdc++-v3". I want some > documentations about the organizations of these testsuite and how the > scripts (which are used to execute the dejagnu for libstdc++-v3 testing) > are organized. Could you please tell me where I can get that? If you have DejaGnu installed, just type "make check" in the build directory for GCC/libstdc++-v3. As far as the organization, you'd have to ask the Libstdc++ maintainers, as testsuites are seperate from DejaGnu itself. DejaGnu is just the testing framework. - rob -