diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-13 23:00:45 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-13 23:00:45 +0000 |
commit | 28b372f1d3653a10f44b7769bc8d534f38475516 (patch) | |
tree | be61a4ccc5c1b5da1e1b6df260816b0baa364595 /test/BugPoint | |
parent | de942dc12d8f2b68124c1e5e466954d5f9ee7c23 (diff) |
Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r-- | test/BugPoint/dg.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/BugPoint/dg.exp b/test/BugPoint/dg.exp new file mode 100644 index 0000000000..05c044d8ae --- /dev/null +++ b/test/BugPoint/dg.exp @@ -0,0 +1,3 @@ +load_lib llvm-dg.exp + +llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext |