mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 07:59:01 +00:00
Rename test .c sources to .cpp where necessary (#604)
Remove hacks to force language from CMake files. Closes KhronosGroup/OpenCL-CTS#25
This commit is contained in:
@@ -17,8 +17,8 @@ set(CMAKE_CXX_STANDARD 11)
|
||||
file(GLOB SPIRV_NEW_SOURCES "*.cpp")
|
||||
|
||||
set(TEST_HARNESS_SOURCES
|
||||
../../test_conformance/math_brute_force/reference_math.c
|
||||
../../test_conformance/math_brute_force/Utility.c
|
||||
../../test_conformance/math_brute_force/reference_math.cpp
|
||||
../../test_conformance/math_brute_force/Utility.cpp
|
||||
)
|
||||
|
||||
set(${MODULE_NAME}_SOURCES ${SPIRV_NEW_SOURCES} ${TEST_HARNESS_SOURCES})
|
||||
|
||||
Reference in New Issue
Block a user