add a basic test for CL_PIPE_PROPERTIES (#995)

This commit is contained in:
Ben Ashbaugh
2020-09-30 07:18:55 -07:00
committed by GitHub
parent 26cacf056e
commit a9d06dcd81
4 changed files with 104 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ set(${MODULE_NAME}_SOURCES
test_context_destructor_callback.cpp
test_mem_object_properties_queries.cpp
test_queue_properties_queries.cpp
test_pipe_properties_queries.cpp
)
include(../CMakeCommon.txt)