diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-01-25 08:05:07 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-01-25 08:05:07 +0000 |
commit | 67e1f49a5049eee41154fbb94d1217f80fc80a99 (patch) | |
tree | 1d2a8547ca61104b7b8f976e687519f5c08f9157 | |
parent | 9d4979123e5cf264fe21888b711d5bd141413fbd (diff) |
Actually run the test in this directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62957 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/IndMemRem/dg.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Transforms/IndMemRem/dg.exp b/test/Transforms/IndMemRem/dg.exp new file mode 100644 index 0000000000..f2005891a5 --- /dev/null +++ b/test/Transforms/IndMemRem/dg.exp @@ -0,0 +1,3 @@ +load_lib llvm.exp + +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] |