mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09: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:
@@ -1,13 +1,13 @@
|
||||
set(MODULE_NAME pipes)
|
||||
|
||||
set(${MODULE_NAME}_SOURCES
|
||||
main.c
|
||||
test_pipe_read_write.c
|
||||
test_pipe_info.c
|
||||
test_pipe_limits.c
|
||||
test_pipe_query_functions.c
|
||||
test_pipe_readwrite_errors.c
|
||||
test_pipe_subgroups.c
|
||||
main.cpp
|
||||
test_pipe_read_write.cpp
|
||||
test_pipe_info.cpp
|
||||
test_pipe_limits.cpp
|
||||
test_pipe_query_functions.cpp
|
||||
test_pipe_readwrite_errors.cpp
|
||||
test_pipe_subgroups.cpp
|
||||
)
|
||||
|
||||
include(../CMakeCommon.txt)
|
||||
|
||||
Reference in New Issue
Block a user