OSDN Git Service

PR middle-end/19984
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / README
1 Notes for testsuite/gcc.dg.
2
3 1) There should be only one driver, dg.exp.
4
5 2) Try to organize the tests by topic using file name prefixes.
6
7    Eg: All bitfield tests are named "bf-*.c".
8
9    This lets the person running the tests choose particular sets of tests to
10    run easily (using wildcards).
11
12    Eg: make check RUNTESTFLAGS='dg.exp=bf-*.c'
13
14 3) Remember DOS file name restrictions (8.3).  Sigh.
15
16 4) Send bugs, comments, etc. to dje@cygnus.com.