Add test/MC/Mips/dg.exp.

llvm-svn: 146472
This commit is contained in:
Akira Hatanaka 2011-12-13 04:12:49 +00:00
parent e81fc8e514
commit 7200123fa3
1 changed files with 5 additions and 0 deletions

5
llvm/test/MC/Mips/dg.exp Normal file
View File

@ -0,0 +1,5 @@
load_lib llvm.exp
if { [llvm_supports_target Mips] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
}