Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / infra / scripts / test_arm_nnpkg.sh
index 68adaf9..d00eb73 100755 (executable)
@@ -7,10 +7,10 @@ BACKENDS=("acl_cl" "acl_neon" "cpu")
 
 for BACKEND in "${BACKENDS[@]}";
 do
-  NNPackageTest ${BACKEND} "tests/scripts/list/nnpkg_test_list.armv7l-linux.${BACKEND}"
+  NNPackageTest ${BACKEND} "Product/out/test/list/nnpkg_test_list.armv7l-linux.${BACKEND}"
 done
 
 # Interpreter test
 export DISABLE_COMPILE=1
-NNPackageTest "interp" "tests/scripts/list/nnpkg_test_list.noarch.interp"
+NNPackageTest "interp" "Product/out/test/list/nnpkg_test_list.noarch.interp"
 unset DISABLE_COMPILE