Introduce skip list for nn runtime tests (#1287)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Mon, 21 May 2018 03:33:34 +0000 (12:33 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 21 May 2018 03:33:34 +0000 (12:33 +0900)
commitfc56a577559cef7780e495ab70404e6fae0fc4cd
tree391281deaba80f158b31fc0b3096a6c663d4aaef
parent9de5fc6f14be98df0f4c15bf8b1ecdf4dc9db7d0
Introduce skip list for nn runtime tests (#1287)

Main purpose of this PR is running a subset of tests in CI.
It makes use of `gtest_filter` option that enables running a subset of tests.
Put {unit_test_name}.skip.{archtecture} in runtimse/tests/neural_networks_test.

Related issue: #1272

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/tests/neural_networks_test/CMakeLists.txt
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.x86_64-linux [new file with mode: 0644]
tools/test_driver/run_unittest.sh