--ldlibrarypath="$ROOT_PATH/Product/out/lib/neurun:$ROOT_PATH/Product/out/lib" \
--reportdir="$ROOT_PATH/report/cpu" .
+# Enable all logs (acl_cl kernel)
+export OP_BACKEND_ALLOPS=acl_cl
+export NEURUN_LOG_ENABLE=1
+export GRAPH_DOT_DUMP=1
+cp -v ./Product/out/unittest/nnapi_gtest.skip.armv7l-linux.neurun ./Product/out/unittest/nnapi_gtest.skip
+source tests/scripts/test_driver.sh \
+ --frameworktest_list_file=tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt \
+ --ldlibrarypath="$ROOT_PATH/Product/out/lib/neurun:$ROOT_PATH/Product/out/lib" \
+ --reportdir="$ROOT_PATH/report/acl_cl" .
+
mkdir -p gcov
find Product -type f \( -iname *.gcda -or -iname *.gcno \) -exec mv {} ./gcov/. \;