Skip to content

Commit 62e7419

Browse files
[NFC][SYCL] Update sycl/test-e2e/ExtraTests/README.md (#8888)
...after the llvm-test-suite merge.
1 parent 33bf2a7 commit 62e7419

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sycl/test-e2e/ExtraTests/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ tests.
2020
```
2121
# Configure
2222
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" \
23+
-DLLVM_LIT=<path/to/llvm-lit> \
24+
-DSYCL_TEST_E2E_TARGETS="opencl:cpu,acc,gpu;level_zero:gpu" \
2625
-DCMAKE_CXX_COMPILER=<path/to/clang++> \
2726
-DSYCL_EXTRA_TESTS_SRC=<path/to/more/lit/tests/sources>
2827
..
2928
3029
# Build and run full list of SYCL tests
31-
ninja ninja check-sycl-all
30+
ninja check-sycl-e2e
3231
```

0 commit comments

Comments
 (0)