Skip to content
Snippets Groups Projects
Unverified Commit ae76d7f3 authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

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.
parent 4c4087ce
No related branches found
No related tags found
No related merge requests found
Compile and Test one board
==========================
The `./compile_and_test_for_board.py` script can be used to run all compilation
and **automated** tests for one board, not the manual tests.
Usage
-----
./compile_and_test_for_board.py path_to_riot_directory board_name [results]
It prints the summary with results files relative to `results_dir/board` to have
a github friendly output.
Failures and all tests output are saved in files.
They can be checked with:
find results/ -name '*.failed'
find results/ -name 'test.success'
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment