2023-02-03 12:31:39 -06:00
|
|
|
add_definitions(-DAMD_INTERNAL_BUILD=1)
|
|
|
|
|
add_custom_target(tests)
|
|
|
|
|
add_dependencies(tests ${ROCPROFILER_TARGET})
|
|
|
|
|
add_dependencies(tests rocprofiler_tool)
|
|
|
|
|
add_custom_target(check COMMAND ${PROJECT_BINARY_DIR}/run_tests.sh DEPENDS tests)
|
|
|
|
|
add_subdirectory(unittests)
|
|
|
|
|
add_subdirectory(featuretests)
|
|
|
|
|
add_subdirectory(memorytests)
|
2023-04-12 15:10:19 +05:30
|
|
|
add_subdirectory(microbenchmarks)
|
2023-02-03 12:31:39 -06:00
|
|
|
configure_file(run_tests.sh ${PROJECT_BINARY_DIR} COPYONLY)
|