We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851a90a commit 6b70797Copy full SHA for 6b70797
sycl/test-e2e/lit.cfg.py
@@ -16,6 +16,16 @@
16
17
# Configuration file for the 'lit' test runner.
18
19
+# split-mode: Set if tests should run normally or with split build/run
20
+match lit_config.params.get("split-mode","both"):
21
+ case "run":
22
+ config.available_features.add("run-mode")
23
+ case "build":
24
+ config.available_features.add("build-mode")
25
+ case _:
26
27
28
+
29
# name: The name of this test suite.
30
config.name = "SYCL"
31
0 commit comments