renaming test/tool/tool.cpp -> test/tool/tracer_tool.cpp

This commit is contained in:
Evgeny
2018-12-03 09:40:50 -06:00
parent cb8334f4d5
commit 7bf1219daf
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ file( GLOB UTIL_SRC "${TEST_HSA}/util/*.cpp" )
## Build test library
set ( TEST_LIB "tracer_tool" )
set ( TEST_LIB_SRC ${TEST_DIR}/tool/tool.cpp ${UTIL_SRC} )
set ( TEST_LIB_SRC ${TEST_DIR}/tool/tracer_tool.cpp ${UTIL_SRC} )
add_library ( ${TEST_LIB} SHARED ${TEST_LIB_SRC} )
target_include_directories ( ${TEST_LIB} PRIVATE ${TEST_HSA} ${ROOT_DIR} ${HSA_RUNTIME_INC_PATH} )
target_link_libraries ( ${TEST_LIB} ${ROCTRACER_TARGET} ${HSA_RUNTIME_LIB} c stdc++ dl pthread rt )
+1 -1
View File
@@ -43,7 +43,7 @@ export ROCP_THRS=1
# paths to ROC profiler and oher libraries
export LD_LIBRARY_PATH=$PWD
# ROC profiler library loaded by HSA runtime
export HSA_TOOLS_LIB="test/tracer_libtool.so libroctracer64.so"
export HSA_TOOLS_LIB="test/libtracer_tool.so libroctracer64.so"
export LD_PRELOAD="libroctracer64.so"
eval ./test/hsa/ctrl