blob: fc852e30acf8f998b04cec380bb303b925e700f1 [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 Greiff6cadc42008-05-20 21:00:03 +00004 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
Reid Spencer749456d2007-04-22 05:53:18 +00005}