Sign in
android
/
platform
/
packages
/
modules
/
NeuralNetworks
/
09160fda17f8ea765e810ffbc234f5c6773ae92d
/
.
/
tools
/
systrace_parser
/
run_tests.sh
blob: d02933208c1545a5a4a2eddf07632db97b2eb351 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
cd $
(
dirname $
(
realpath $0
))
echo
Running
python unittests
python3
-
m unittest discover parser
/
test
echo
Running
large tests
./
parser
/
test
/
large_test
.
sh
echo
All
tests passed