[llvm-commits] CVS: llvm/test/FrontendObjC/dg.exp
Devang Patel
dpatel at apple.com
Fri Apr 20 14:24:21 PDT 2007
Changes in directory llvm/test/FrontendObjC:
dg.exp added (r1.1)
---
Log message:
Enable Objective-C tests.
---
Diffs of the changes: (+6 -0)
dg.exp | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/test/FrontendObjC/dg.exp
diff -c /dev/null llvm/test/FrontendObjC/dg.exp:1.1
*** /dev/null Fri Apr 20 16:24:11 2007
--- llvm/test/FrontendObjC/dg.exp Fri Apr 20 16:24:01 2007
***************
*** 0 ****
--- 1,6 ----
+ load_lib llvm.exp
+
+ if [ llvm_gcc_supports_objc ] then {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
+ }
+
More information about the llvm-commits
mailing list