commit | 33d58e7657e538e656095e798d59b89d60a27699 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Jul 10 22:35:32 2008 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Jul 10 22:35:32 2008 +0000 |
tree | c29113a3709aacbb042abcd0ac0bc914c6192798 | |
parent | 38c5ffb7533ca591b815a5a23810b9bced86685b [diff] [blame] |
Put CPPBackend tests into their own directory and run them only if they're supported. llvm-svn: 53427
diff --git a/llvm/test/CodeGen/CPP/dg.exp b/llvm/test/CodeGen/CPP/dg.exp new file mode 100644 index 0000000..3276dcc --- /dev/null +++ b/llvm/test/CodeGen/CPP/dg.exp
@@ -0,0 +1,5 @@ +load_lib llvm.exp + +if { [llvm_supports_target CppBackend] } { + RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] +}