[llvm-commits] CVS: llvm/test/FrontendAda/dg.exp
Duncan Sands
baldrick at free.fr
Sat Apr 21 13:21:09 PDT 2007
Changes in directory llvm/test/FrontendAda:
dg.exp added (r1.1)
---
Log message:
Test if the compiler supports Ada, and enable Ada tests if so. While I was
there, delete a temporary file the objc test forgot to delete.
---
Diffs of the changes: (+6 -0)
dg.exp | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/test/FrontendAda/dg.exp
diff -c /dev/null llvm/test/FrontendAda/dg.exp:1.1
*** /dev/null Sat Apr 21 15:20:57 2007
--- llvm/test/FrontendAda/dg.exp Sat Apr 21 15:20:47 2007
***************
*** 0 ****
--- 1,6 ----
+ load_lib llvm.exp
+
+ if [ llvm_gcc_supports_ada ] then {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{adb,ads}]]
+ }
+
More information about the llvm-commits
mailing list