[nnc] Rename 'soft_backend_test' (#585)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 11 Jul 2018 10:30:31 +0000 (19:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 11 Jul 2018 10:30:31 +0000 (19:30 +0900)
This commit renames 'soft_backend_test' as 'nnc_soft_backend_test' to
make it easy to find corresponding code.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nnc/libs/backend/soft/CMakeLists.txt

index 67cf563..a71f1e4 100644 (file)
@@ -5,9 +5,9 @@ list(REMOVE_ITEM SOFT_BACKEND_SOURCES ${TESTS})
 
 add_library(soft_backend SHARED ${SOFT_BACKEND_SOURCES})
 
-add_nncc_test(soft_backend_test ${TESTS})
-nncc_target_link_libraries(soft_backend_test nncc_core nnc_core nnc_plugin_core nncc_foundation soft_backend)
-target_include_directories(soft_backend_test PUBLIC include)
+add_nncc_test(nnc_soft_backend_test ${TESTS})
+nncc_target_link_libraries(nnc_soft_backend_test nncc_core nnc_core nnc_plugin_core nncc_foundation soft_backend)
+target_include_directories(nnc_soft_backend_test PUBLIC include)
 
 target_link_libraries(soft_backend PRIVATE nncc_core)