We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd2fac commit 846c5c7Copy full SHA for 846c5c7
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
-* `./scripts/run_all_tests.sh core` to run only `cuda_core` tests
22
-* `./scripts/run_all_tests.sh` to run all package tests (pathfinder → bindings → core)
23
-* `./scripts/run_all_tests.sh smoke` to run meta-level smoke tests under `tests/integration`
+* `./scripts/run_tests.sh core` to run only `cuda_core` tests
+* `./scripts/run_tests.sh` to run all package tests (pathfinder → bindings → core)
+* `./scripts/run_tests.sh smoke` to run meta-level smoke tests under `tests/integration`
24
25
### Cython Unit Tests
26
0 commit comments