commit | b719d1b5b0d427ed71d0bfa03491bf5263e41fe3 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Tue May 08 18:20:10 2018 +0000 |
committer | Zachary Turner <zturner@google.com> | Tue May 08 18:20:10 2018 +0000 |
tree | a0225b7ac6dc29c81358a20fb9f3a6949d5a15d4 | |
parent | 7381f26b45d3393e2d4de3ba4311a81b4d1fbdc4 [diff] [blame] |
[lit] Fix running tests that require 'examples'. Differential Revision: https://reviews.llvm.org/D46514 Patch by Nikolai Kosjar. llvm-svn: 331786
diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py index 5323cfe..a812cd1 100644 --- a/clang/test/lit.cfg.py +++ b/clang/test/lit.cfg.py
@@ -63,6 +63,7 @@ ] if config.clang_examples: + config.available_features.add('examples') tools.append('clang-interpreter') llvm_config.add_tool_substitutions(tools, tool_dirs)