Skip to content
Snippets Groups Projects
Commit c655208d authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Fixing CMake rule to unit_tests <-> test_ops

parent 4d5182bd
No related branches found
No related tags found
No related merge requests found
......@@ -124,8 +124,8 @@ target_link_libraries(tensor_runtime_online ${LINK_LIBS})
### TODO: Remove unsued CMake rules after careful consideration
# Adding rule for the debugging source
add_executable(test_ops dnn_sources/src/test_ops.cc)
target_link_libraries(test_ops tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(unit_tests dnn_sources/src/unit_tests.cc)
target_link_libraries(unit_tests tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment