llvm-6502/test/LLVMC/dg.exp

11 lines
225 B
Plaintext
Raw Normal View History

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