aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-16 20:04:36 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-16 20:04:36 +0000
commit65d72857b30fc83fd4ac27e6d57ef8921bb1d1d9 (patch)
tree567022e94ccf95fd080f53ecbea18d02e4597f8d
parentda59e09f1fd53350fcd949adbadd8148117f21b2 (diff)
tests: Update Frontend config to actually run ir-support tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106144 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Frontend/lit.local.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Frontend/lit.local.cfg b/test/Frontend/lit.local.cfg
new file mode 100644
index 0000000000..4c135982a4
--- /dev/null
+++ b/test/Frontend/lit.local.cfg
@@ -0,0 +1 @@
+config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll', '.bc']