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 33bf2a7 commit 62e7419Copy full SHA for 62e7419
sycl/test-e2e/ExtraTests/README.md
@@ -20,13 +20,12 @@ tests.
20
```
21
# Configure
22
cmake -G Ninja \
23
- -DTEST_SUITE_SUBDIRS=SYCL \
24
- -DTEST_SUITE_LIT=<path/to/llvm-lit> \
25
- -DCHECK_SYCL_ALL="opencl:cpu,acc,gpu;level_zero:gpu" \
+ -DLLVM_LIT=<path/to/llvm-lit> \
+ -DSYCL_TEST_E2E_TARGETS="opencl:cpu,acc,gpu;level_zero:gpu" \
26
-DCMAKE_CXX_COMPILER=<path/to/clang++> \
27
-DSYCL_EXTRA_TESTS_SRC=<path/to/more/lit/tests/sources>
28
..
29
30
# Build and run full list of SYCL tests
31
-ninja ninja check-sycl-all
+ninja check-sycl-e2e
32
0 commit comments