Implement negative tests for clEnqueueMarkerWithWaitList (#2502)

This change adds negative tests for `clEnqueueMarkerWithWaitList`

Signed-off-by: Michael Rizkalla <michael.rizkalla@arm.com>
This commit is contained in:
Michael Rizkalla
2025-11-27 00:20:46 +00:00
committed by GitHub
parent 34e9baecda
commit c0e6447961
2 changed files with 98 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ set(${MODULE_NAME}_SOURCES
main.cpp
negative_platform.cpp
negative_queue.cpp
negative_enqueue_marker.cpp
negative_enqueue_map_image.cpp
test_api_consistency.cpp
test_bool.cpp