2008-05-06 19:24:54 +02:00
|
|
|
load_lib llvm.exp
|
|
|
|
|
2008-05-14 18:32:44 +02: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}]]
|
|
|
|
}
|
|
|
|
|