blob: 12c59f04376114fce863b0637e85fc6b86e3ad21 [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 {
Gabor Greif722243b2008-05-20 19:52:04 +00004 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
Reid Spencer749456d2007-04-22 05:53:18 +00005}