1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/external_board_native: Extended readme

Added a note to explain why the deprecated variable BOARDSDIR is still used.
This commit is contained in:
Marian Buschsieweke 2020-04-22 22:33:58 +02:00
parent b0964675f1
commit 93f8f8cd84
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -12,3 +12,7 @@ done as the 'board' module is implemented directly by the 'RIOT/boards/native'.
If you are running an 'ubuntu-bionic' you could even compile the example in
docker and run the test.
*Note:* This test uses still the deprecated `BOARDSDIR` variable instead of the
new `EXTERNAL_BOARD_DIRS` variable. This is by intent so that the CI can verify
backward compatibility is still working as intended.