Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
toolchain
/
llvm
/
linaro-scripts.git
/
c1b4d34db47d9c1c14b9a6807afe37f957f52fd3
/
.
/
check.sh
blob: 1f4ac4459624efb4cbe3d524b3c3b63c6948db53 [
file
] [
log
] [
blame
]
#!/bin/bash
echo
"Running unit tests"
python3
-
m unittest discover
-
s tests
/
unittests
echo
"Running cli tests"
python3
-
m unittest discover
-
s tests
/
cli