contrib/jenkins.sh: also run unit tests for TRX Toolkit

Python's unittest module will automatically discover all unit tests
in a given directory (files starting with 'test*.py'). The existing
tests will be rewritten in subsequent changes.

Change-Id: Ia3990dc8e1ff98b83d3ee25fafa5b029f46646cd
This commit is contained in:
Vadim Yanitskiy 2019-12-13 21:22:49 +09:00 committed by laforge
parent 5198385533
commit f445db03c7
1 changed files with 4 additions and 0 deletions

View File

@ -71,4 +71,8 @@ done
cd "$base/src"
make firmware
# TRX Toolkit unit tests
cd "$base/src/target/trx_toolkit"
python3 -m unittest discover -v
osmo-clean-workspace.sh