Skip to content

Commit

Permalink
maintainer.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 26, 2023
1 parent db8a023 commit c230d2d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions website/pages/maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,21 @@ xpm run install -C ~/Work/micro-os-plus/micro-test-plus-xpack.git/tests
xpm run test -C ~/Work/micro-os-plus/micro-test-plus-xpack.git/tests
```

Or run a selection of tests with the latest versions of toolchains:
Run a selection of tests with the latest versions of toolchains:

```sh
xpm run install-selected -C ~/Work/micro-os-plus/micro-test-plus-xpack.git/tests
xpm run test-selected -C ~/Work/micro-os-plus/micro-test-plus-xpack.git/tests
```

Or run all tests:
Run all tests with the latest versions of toolchains:

```sh
xpm run install-latest -C ~/Work/micro-os-plus/micro-test-plus-xpack.git/tests
xpm run test-latest -C ~/Work/micro-os-plus/micro-test-plus-xpack.git/tests
```

Run all tests with all toolchain versions:

```sh
xpm run install-all -C ~/Work/micro-os-plus/micro-test-plus-xpack.git/tests
Expand Down

0 comments on commit c230d2d

Please sign in to comment.