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