diff --git a/llvm/projects/hpvm-tensor-rt/CMakeLists.txt b/llvm/projects/hpvm-tensor-rt/CMakeLists.txt index 27585457866574083c51708ee852c0fd8c86c505..faa12577c073054a11b2a9a8638fed93a9cafab3 100644 --- a/llvm/projects/hpvm-tensor-rt/CMakeLists.txt +++ b/llvm/projects/hpvm-tensor-rt/CMakeLists.txt @@ -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})