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 6c32a0b commit 0833013Copy full SHA for 0833013
1 file changed
cuda_core/README.md
@@ -18,9 +18,9 @@ To run these tests:
18
19
Alternatively, from the repository root you can use a simple script:
20
21
-* `./toolshed/run_all_tests.sh core` to run only `cuda_core` tests
22
-* `./toolshed/run_all_tests.sh` to run all package tests (pathfinder → bindings → core)
23
-* `./toolshed/run_all_tests.sh smoke` to run meta-level smoke tests under `tests/integration`
+* `./scripts/run_all_tests.sh core` to run only `cuda_core` tests
+* `./scripts/run_all_tests.sh` to run all package tests (pathfinder → bindings → core)
+* `./scripts/run_all_tests.sh smoke` to run meta-level smoke tests under `tests/integration`
24
25
### Cython Unit Tests
26
0 commit comments