Test if the compiler supports Ada, and enable Ada tests if so. While I was
[oota-llvm.git] / test / FrontendAda / dg.exp
1 load_lib llvm.exp
2
3 if [ llvm_gcc_supports_ada ] then {
4     RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{adb,ads}]]
5 }
6