Skip to content

Commit

Permalink
tests/package.json: add more selected
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 25, 2023
1 parent 593b361 commit 17866f0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"xpm install --config native-cmake-gcc-release",
"xpm install --config native-meson-gcc-debug",
"xpm install --config native-meson-gcc-release",
"xpm install --config native-cmake-clang-debug",
"xpm install --config native-cmake-clang-release",
"xpm install --config native-meson-clang-debug",
"xpm install --config native-meson-clang-release",
"xpm install --config qemu-cortex-m0-cmake-gcc-debug",
"xpm install --config qemu-cortex-m0-cmake-gcc-release",
"xpm install --config qemu-cortex-m0-meson-gcc-debug",
Expand All @@ -78,7 +82,11 @@
"xpm install --config qemu-riscv-rv32imac-cmake-gcc-debug",
"xpm install --config qemu-riscv-rv32imac-cmake-gcc-release",
"xpm install --config qemu-riscv-rv32imac-meson-gcc-debug",
"xpm install --config qemu-riscv-rv32imac-meson-gcc-release"
"xpm install --config qemu-riscv-rv32imac-meson-gcc-release",
"xpm install --config qemu-riscv-rv64imafdc-cmake-gcc-debug",
"xpm install --config qemu-riscv-rv64imafdc-cmake-gcc-release",
"xpm install --config qemu-riscv-rv64imafdc-meson-gcc-debug",
"xpm install --config qemu-riscv-rv64imafdc-meson-gcc-release"
],
"install-all": [
"npm install",
Expand All @@ -100,13 +108,17 @@
],
"test-selected": [
"xpm run test-native-cmake-gcc",
"{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-native-meson-gcc",
"xpm run test-native-cmake-clang",
"{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-native-meson-clang",
"xpm run test-qemu-cortex-m0-cmake-gcc",
"xpm run test-qemu-cortex-m0-meson-gcc",
"xpm run test-qemu-cortex-m7f-cmake-gcc",
"xpm run test-qemu-cortex-m7f-meson-gcc",
"xpm run test-qemu-riscv-rv32imac-cmake-gcc",
"xpm run test-qemu-riscv-rv32imac-meson-gcc"
"xpm run test-qemu-riscv-rv32imac-meson-gcc",
"xpm run test-qemu-riscv-rv64imafdc-cmake-gcc",
"xpm run test-qemu-riscv-rv64imafdc-meson-gcc"
],
"test-all": [
"xpm run test-native-cmake",
Expand Down

0 comments on commit 17866f0

Please sign in to comment.