Put CPPBackend tests into their own directory and run them only if they're

supported.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2008-07-10 22:35:32 +00:00
parent 4f4b348437
commit bbcec684e3
3 changed files with 5 additions and 0 deletions

5
test/CodeGen/CPP/dg.exp Normal file
View File

@ -0,0 +1,5 @@
load_lib llvm.exp
if { [llvm_supports_target CppBackend] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
}