Imported Upstream version 1.4.0
[platform/core/ml/nnfw.git] / infra / scripts / test_ubuntu_runtime_interp.sh
1 #!/bin/bash
2
3 set -eo pipefail
4 source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
5
6 export DISABLE_COMPILE=1
7 CheckTestPrepared
8 echo "[[ Interpreter test ]]"
9 Unittests "cpu" "Product/out/unittest/nnapi_gtest.skip.noarch.interp" "report/interp"
10 TFLiteModelVerification "cpu" "tests/scripts/list/frameworktest_list.noarch.interp.txt" "report/interp"
11
12 unset DISABLE_COMPILE