Skip to content

Commit 846c5c7

Browse files
committed
run_all_tests.sh → run_tests.sh (3x)
1 parent 4dd2fac commit 846c5c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cuda_core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ To run these tests:
1818

1919
Alternatively, from the repository root you can use a simple script:
2020

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`
21+
* `./scripts/run_tests.sh core` to run only `cuda_core` tests
22+
* `./scripts/run_tests.sh` to run all package tests (pathfinder → bindings → core)
23+
* `./scripts/run_tests.sh smoke` to run meta-level smoke tests under `tests/integration`
2424

2525
### Cython Unit Tests
2626

0 commit comments

Comments
 (0)