dg.exp: Exclude debug subdir, it has its own .exp.
authorJakub Jelinek <jakub@redhat.com>
Thu, 14 Feb 2002 14:17:42 +0000 (15:17 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 14 Feb 2002 14:17:42 +0000 (15:17 +0100)
commit333ce3a767a2743a9ec5dd8a478e19ac529a09be
tree6ab480d4b0c5fcd3935aa12298fdbf2c64e9c2c6
parent037f11ef749f34a04975739ad28c480edd4ad6fe
dg.exp: Exclude debug subdir, it has its own .exp.

* g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
* g++.dg/debug/debug.exp: New.
* g++.dg/debug/trivial.C: New.
* g++.dg/debug/debug1.C: Moved...
* g++.dg/other/debug1.C: ...from here.
* g++.dg/debug/debug2.C: Moved...
* g++.dg/other/debug2.C: ...from here.
* g++.dg/debug/debug3.C: Moved...
* g++.dg/other/debug3.C: ...from here.

From-SVN: r49766
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/debug/debug.exp [new file with mode: 0644]
gcc/testsuite/g++.dg/debug/debug1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/debug/debug2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/debug/debug3.C [new file with mode: 0644]
gcc/testsuite/g++.dg/debug/trivial.C [new file with mode: 0644]
gcc/testsuite/g++.dg/dg.exp
gcc/testsuite/g++.dg/other/debug1.C [deleted file]
gcc/testsuite/g++.dg/other/debug2.C [deleted file]
gcc/testsuite/g++.dg/other/debug3.C [deleted file]