File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,13 @@ following command (or suitable build system equivalent):
60
60
.. _YAML syntax :
61
61
https://github.com/oneapi-src/unified-runtime/blob/main/scripts/YaML.md
62
62
63
+ .. note ::
64
+
65
+ The generated source and header files are placed into ``/source `` and
66
+ ``/include `` directories respectively. You *should * make no attempt to
67
+ modify them directly. When the generator is run all your changes will be
68
+ overwritten.
69
+
63
70
Writing YAML
64
71
============
65
72
@@ -170,6 +177,15 @@ Conformance tests *must* not make assumptions about the adapter under test.
170
177
Tests fixtures or cases *must * query for support of optional features and skip
171
178
testing if unsupported by the adapter.
172
179
180
+ All tests in the Unified Runtime project are configured to use CTest to run.
181
+ All conformance tests have the ``conformance `` label attached to them which
182
+ allows them to be run independently. To run all the conformance tests, execute
183
+ the following command from the build directory.
184
+
185
+ .. code-block :: console
186
+
187
+ ctest -L "conformance"
188
+
173
189
Experimental Features
174
190
=====================
175
191
You can’t perform that action at this time.
0 commit comments