mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 00:09:02 +00:00
Implement Negative Test for Platform Layer Functions (#1076)
* Implement Negative Tests for clPlatform Functions This change introduces negative tests for clPlatform functions as well as changes to the Harness to help with other negative tests. Signed-off-by: Chetankumar Mistry <chetan.mistry@arm.com> * [SQUASH] Remove magic macro from Negative Platform Tests This change removes the negative-testing macro and all other changes related to its usage. Signed-off-by: Chetankumar Mistry <chetan.mistry@arm.com>
This commit is contained in:
@@ -2,6 +2,7 @@ set(MODULE_NAME API)
|
||||
|
||||
set(${MODULE_NAME}_SOURCES
|
||||
main.cpp
|
||||
negative_platform.cpp
|
||||
test_api_consistency.cpp
|
||||
test_bool.cpp
|
||||
test_retain.cpp
|
||||
|
||||
Reference in New Issue
Block a user