1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/external_board_dirs
2023-02-17 16:59:29 +01:00
..
esp-ci-boards cpu/esp_common: rename ESP_WIFI_EAP_* -> WIFI_EAP_* 2023-02-17 16:59:29 +01:00
external_board_dir_1 tests/external_board_dirs: Test app for EXTERNAL_BOARD_DIRS 2020-04-29 18:32:39 +02:00
external_board_dir_2 tests/external_board_dirs: Test app for EXTERNAL_BOARD_DIRS 2020-04-29 18:32:39 +02:00
netdev-ci-boards tests/driver_netdev_common: add virtual board with IEEE802.15.4 drivers 2022-07-11 09:32:15 +02:00
main.c tests/external_board_dirs: Test app for EXTERNAL_BOARD_DIRS 2020-04-29 18:32:39 +02:00
Makefile tests/external_board_dirs: add esp ci boards 2022-02-09 16:50:04 +01:00
README.md tests/external_board_dirs: Test app for EXTERNAL_BOARD_DIRS 2020-04-29 18:32:39 +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