1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/build_system/external_board_dirs
2024-03-27 10:28:12 +01:00
..
esp-ci-boards *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
external_board_dir_1 tests/build_system/external_board_dirs: fix broken symlink 2023-05-12 11:03:40 +02:00
external_board_dir_2 tests/build_system/external_board_dirs: fix broken symlink 2023-05-12 11:03:40 +02:00
netdev-ci-boards *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
main.c makefiles, treewide: Remove MCU variable 2024-02-18 20:46:09 +01:00
Makefile tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00
README.md tests: move build system applications to tests/build_system 2023-05-11 14:30:50 +02:00

Test for EXTERNAL_BOARD_DIRS

This test contains two directories containing external boards, namely external_board_dir_1 and external_board_dir_2. Each contains a symlink to boards/native (so that this test does not need to maintain boards), the first is named native1 and the second native2. The variable EXTERNAL_BOARD_DIRS is set to contain both directories.

This test succeeds if:

  1. make info-boards-supported lists native native1 native2
  2. Building works for all three boards, e.g. by a) make BOARD=native b) make BOARD=native1 c) make BOARD=native2