2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / README
blob6f14899edf94db264c0e472ca97885c8798d6bf9
1 Notes for testsuite/gcc.dg.
3 1) There should be only one driver, dg.exp.
5 2) Try to organize the tests by topic using file name prefixes.
7    Eg: All bitfield tests are named "bf-*.c".
9    This lets the person running the tests choose particular sets of tests to
10    run easily (using wildcards).
12    Eg: make check RUNTESTFLAGS='dg.exp=bf-*.c'
14 3) Remember DOS file name restrictions (8.3).  Sigh.
16 4) Send bugs, comments, etc. to dje@cygnus.com.