2008-05-06 17:24:54 +00:00
|
|
|
load_lib llvm.exp
|
|
|
|
|
2008-05-14 16:32:44 +00:00
|
|
|
if [ llvm_gcc_supports c ] then {
|
|
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{c}]]
|
|
|
|
}
|
|
|
|
|
|
|
|
if [ llvm_gcc_supports c++ ] then {
|
|
|
|
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{cpp}]]
|
|
|
|
}
|
|
|
|
|