We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cd5d6 commit 8dad951Copy full SHA for 8dad951
test/CMakeLists.txt
@@ -64,7 +64,7 @@ foreach(target_id ${GPU_LIST})
64
generate_hsaco(${target_id} ${TEST_DIR}/${TEST_NAME}/${TEST_NAME}.cl ${target_id}_${TEST_NAME}.hsaco)
65
endforeach(target_id)
66
# add_custom_target(test DEPENDS ${HSACO_TARGET_LIST})
67
-add_custom_target(mytest DEPENDS ${TARGET_NAME} ${HSACO_TARGET_LIST})
+add_custom_target(mytest ALL DEPENDS ${TARGET_NAME} ${HSACO_TARGET_LIST})
68
69
## Deploying test run scripts
70
execute_process ( COMMAND sh -xc "cp --remove-destination ${TEST_DIR}/da_16b.py ${TEST_BINARY_DIR}" )
0 commit comments