Gw Unit Testing
Jump to navigation
Jump to search
Qt creator build configuration for unit testing
- In Qt Creator open Projects.
- In Build tab:
- In 'Edit build configuration' click 'Add'->'Clone Selected'. Name it something like unittest
- In 'General' change 'Build directory', so unit test executable doesn't overwrite the previous program
- In 'Build Steps'->'qmake' click 'Details' add DEFINES+=UNIT_TEST to 'Additional Arguments' field
- In Run tab:
- 'Clone selected' in 'Run configuration' (same as for 'Edit build configuration')
- Add --show_progress=no --log_level=all to 'Arguments' field
gw source
Rationale
The idea is to automate unit testing as much as possible and run tests whenever new firmware is built. This implies that there is at least one Martem device of each type with a fixed IP address that is never relocated. After the firmware is built and packaged it is sent to the designated device and unit tests are run, results retrieved and output to the user.
Git branches
feature-unit-test
Development
ATM there is a script scripts/upd-n-run-tests.sh which updates a given device with the latest firmware, runs unit test in that device and outputs results to the user. It is run at the end of br-build.sh
Redmine
none
Gateway/source source
Development
Redmine
https://phobos.martem.ee/redmine/issues/2317
MarkTomm 13. veebruar 2015, kell 11:26 (EET)