gcc/libstdc++-v3/testsuite
Gabriel Dos Reis 0109cb7553 tests.exp: New file.
2001-01-20  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>

	* testsuite/libstdc++.tests/tests.exp: New file.
	* testsuite/lib/libstdc++.exp: Itou.
	* testsuite/README: Itou.

From-SVN: r39149
2001-01-20 05:09:08 +00:00
..
17_intro 17_intro: Prepare testcases for new style DejaGnu framework. 2001-01-19 02:52:27 +00:00
18_support debug_assert.h: new file 2000-08-14 19:59:26 +00:00
20_util auto_ptr.cc (test07): Remove test that tries to copy-initialize an auto_ptr<Base> from an... 2000-12-10 06:23:50 -05:00
21_strings C++STYLE (classname): Add more existing and stylish patterns. 2001-01-16 07:55:26 +00:00
22_locale [multiple changes] 2000-12-19 22:55:07 +00:00
23_containers acinclude.m4, [...]: Change sourceware.cygnus.com and sources.redhat.com URLs for libstdc++ web... 2000-12-21 22:08:39 +00:00
24_iterators debug_assert.h: new file 2000-08-14 19:59:26 +00:00
25_algorithms acinclude.m4, [...]: Change sourceware.cygnus.com and sources.redhat.com URLs for libstdc++ web... 2000-12-21 22:08:39 +00:00
26_numerics std_complex.h: Tweaks, include cmath for abs overloads. 2000-11-20 21:13:45 +00:00
27_io mkcheck.in: Construct file names that match $objdir structure. 2001-01-18 07:24:16 +00:00
ext
lib tests.exp: New file. 2001-01-20 05:09:08 +00:00
libstdc++.tests tests.exp: New file. 2001-01-20 05:09:08 +00:00
README tests.exp: New file. 2001-01-20 05:09:08 +00:00
debug_assert.h debug_assert.h: new file 2000-08-14 20:56:06 +00:00
printnow.c

README

We're in the process of converting the existing testsuite machinery to
use the new style DejaGnu framework.  Eventually, we'll abandon
../mkcheck.in in favor of this new testsuite framework.  

  Basically, a testcase contains dg-keywords (see dg.exp) indicating
what to do and what kind of behaviour are to be expected.  New
testsuite should be written with the new style DejaGnu framework in mind.

-- Gaby