Merge "fixin build: check script residing in build area" into amd-master

[ROCm/roctracer commit: 6b58ea8161]
Tá an tiomantas seo le fáil i:
Evgeny Shcherbakov
2020-05-30 03:34:08 -04:00
tiomanta ag Gerrit Code Review
tuismitheoir 802ee7dee6 9b29e01816
tiomantas f2fc34c4c3
D'athraigh 2 comhad le 4 breiseanna agus 2 scriosta
+2
Féach ar an gComhad
@@ -66,3 +66,5 @@ add_subdirectory ( ${TEST_DIR} ${PROJECT_BINARY_DIR}/test/hsa )
## copying run script
execute_process ( COMMAND sh -xc "cp ${RUN_SCRIPT} ${PROJECT_BINARY_DIR}" )
## copying tests output check script
execute_process ( COMMAND sh -xc "cp ${ROOT_DIR}/script/check_trace.py ${PROJECT_BINARY_DIR}/test/." )
+2 -2
Féach ar an gComhad
@@ -60,7 +60,7 @@ eval_test() {
eval "$cmdline" | tee $test_trace
is_failed=$?
if [ $is_failed = 0 ] ; then
python ../script/check_trace.py -in $test_name
python ./test/check_trace.py -in $test_name
is_failed=$?
fi
if [ $is_failed = 0 ] ; then
@@ -79,7 +79,7 @@ eval_test() {
# rocTrecer is used explicitely by test
eval_test "standalone C test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_ctest" MatrixTranspose_ctest_trace
eval_test "standalone HIP test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_test" MatrixTranspose_test_trace
eval_test "standalone HIP test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_hipaact_test" MatrixTranspose_hipaact_test_trace
eval_test "standalone HIP hipaact test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_hipaact_test" MatrixTranspose_hipaact_test_trace
eval_test "standalone HIP MGPU test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_mgpu" MatrixTranspose_mgpu_trace
# Tool test