R600: Add a few tests I forgot to add.
[oota-llvm.git] / test / lit.cfg
index 74f3aa960360c835ca684ba430ce5cab3dc7cc9d..cae708baf07727eaf188d44a1fd26633aa9a75f0 100644 (file)
@@ -244,7 +244,6 @@ for pattern in [r"\bbugpoint\b(?!-)",
                 NOJUNK + r"\bopt\b",
                 r"\bFileCheck\b",
                 r"\bFileUpdate\b",
-                r"\bc-index-test\b",
                 r"\bobj2yaml\b",
                 r"\byaml2obj\b",
                 # Handle these specially as they are strings searched
@@ -266,6 +265,10 @@ for pattern in [r"\bbugpoint\b(?!-)",
         tool_path = llvm_tools_dir + '/' + tool_name
     config.substitutions.append((pattern, tool_pipe + tool_path))
 
+### Targets
+
+config.targets = frozenset(config.targets_to_build.split())
+
 ### Features
 
 # Shell execution