llvm-6502/test/FrontendObjC/dg.exp
Bill Wendling 5b095f2f02 Support Objective C++ too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42610 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-04 18:47:25 +00:00

8 lines
192 B
Plaintext

load_lib llvm.exp
if [ llvm_gcc_supports objc ] then {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{mm}]]
}