summaryrefslogtreecommitdiff
path: root/infra/scripts/test_ubuntu_runtime_interp.sh
blob: 4113b0653bd3235f3a51361c5bd6b3debc098f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -eo pipefail
source "$(dirname "${BASH_SOURCE[0]}")/common.sh"

export DISABLE_COMPILE=1
CheckTestPrepared
echo "[[ Interpreter test ]]"
Unittests "cpu" "Product/out/unittest/nnapi_gtest.skip.noarch.interp" "report/interp"
TFLiteModelVerification "cpu" "tests/scripts/list/frameworktest_list.noarch.interp.txt" "report/interp"

unset DISABLE_COMPILE