You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
747 B
19 lines
747 B
|
|
|
|
macro (add_ispc_test_macro name)
|
|
add_test_macro("${name}" ${ARGN})
|
|
set_property(TEST "${name}" APPEND
|
|
PROPERTY LABELS "ISPC")
|
|
endmacro ()
|
|
|
|
add_ispc_test_macro(ISPC.ChainedStaticLibraries ISPCChainedStaticLibraries)
|
|
add_ispc_test_macro(ISPC.CustomHeaderSuffix ISPCCustomHeaderSuffix)
|
|
add_ispc_test_macro(ISPC.Defines ISPCDefines)
|
|
add_ispc_test_macro(ISPC.DynamicLibrary ISPCDynamicLibrary)
|
|
add_ispc_test_macro(ISPC.ObjectGenex ISPCObjectGenex)
|
|
add_ispc_test_macro(ISPC.ObjectLibrary ISPCObjectLibrary)
|
|
add_ispc_test_macro(ISPC.ResponseAndDefine ISPCResponseAndDefine)
|
|
add_ispc_test_macro(ISPC.StaticLibrary ISPCStaticLibrary)
|
|
add_ispc_test_macro(ISPC.SystemIncludes ISPCSystemIncludes)
|
|
add_ispc_test_macro(ISPC.TryCompile ISPCTryCompile)
|