aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/llvmc.exp
blob: 8354097ed8e88cf2df56ef2ca5b5ca77432d1d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
load_lib llvm.exp

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}]]
}

RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]