summaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-03-18 20:31:44 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-03-18 20:31:44 +0000
commite68f0b650e32c1993c5d4c92e04cb3d7b7588010 (patch)
tree3f39e3a92c9c4059639e9e7b341d7d5cbab96377 /test/CodeGen/MSP430
parentafa288de507fb39105e59b0557a25b32ae366637 (diff)
downloadllvm-e68f0b650e32c1993c5d4c92e04cb3d7b7588010.tar.gz
llvm-e68f0b650e32c1993c5d4c92e04cb3d7b7588010.tar.bz2
llvm-e68f0b650e32c1993c5d4c92e04cb3d7b7588010.tar.xz
Include '.test' suffix in target specific lit configs that need it
Apparently my final cleanup to use a relevant suffix for these tests before committing r176831 caused them to stop running since lit wasn't configured to run tests with that suffix in those directories (why don't we just have a global suffix list?). So, add the suffix to the relevant directories & fix the test that has bitrotted over the last week due to my debug info schema changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MSP430')
-rw-r--r--test/CodeGen/MSP430/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/lit.local.cfg b/test/CodeGen/MSP430/lit.local.cfg
index 972732ebad..0ca9fc9c69 100644
--- a/test/CodeGen/MSP430/lit.local.cfg
+++ b/test/CodeGen/MSP430/lit.local.cfg
@@ -1,4 +1,4 @@
-config.suffixes = ['.ll', '.c', '.cpp']
+config.suffixes = ['.ll', '.c', '.cpp', '.test']
targets = set(config.root.targets_to_build.split())
if not 'MSP430' in targets: