Alexandre Abadie
|
26a64694dd
|
tools/compile_test_one_board: rename TestError exception class
Otherwise it conflicts with pytest automatic parsing which tries to execute all classes with name beginning with Test
|
2019-01-23 16:25:31 +01:00 |
|
Gaëtan Harter
|
204a4bae7f
|
dist/tools/compile_and_test_for_board: add some TODO
The script was migrated as is from Release-Specs but could benefit from
adaptation as it is run from RIOT.
|
2019-01-18 16:08:55 +01:00 |
|
Gaëtan Harter
|
ae76d7f364
|
dist/tools/compile_and_test_for_board: add compile and test script
Move the compile and test script from Release-Specs.
https://github.com/RIOT-OS/Release-Specs/blob/271dc8/02-tests/compile_and_test_for_board.py
By default it should be run as
./compile_and_test_for_board.py path_to_riot_directory board_name [results]
The script is migrated as-is so has not been changed to automatically use the
current repository.
|
2019-01-18 16:08:31 +01:00 |
|