blob: d8e898993012981d9b021e5467cd6a76b0c7b85f [file] [log] [blame]
Reid Spencer358f3272007-04-15 20:41:31 +00001load_lib llvm.exp
Tanya Lattner28b372f2004-11-13 23:00:45 +00002
Reid Spencer749456d2007-04-22 05:53:18 +00003if [ llvm_gcc_supports c++ ] then {
4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
5}