summaryrefslogtreecommitdiff
path: root/test/LLVMC/dg.exp
blob: a2e44b99859fd2f7450a7b3c7a5ff7c860101b29 (plain)
1
2
3
4
5
6
7
8
9
10
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}]]
}