Permalink
Cannot retrieve contributors at this time
8 lines (7 sloc)
284 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(SYCL_CTS_ENABLE_EXT_ONEAPI_PROPERTIES_TESTS) | |
# Temporarily define for device_global properties | |
# TODO: remove when device_global fully implemented | |
add_definitions(-DSYCL_EXT_ONEAPI_DEVICE_GLOBAL) | |
file(GLOB test_cases_list *.cpp) | |
add_cts_test(${test_cases_list}) | |
endif() |