Move media_sharing tests to test_conformance/extensions/ (#1164)

* Move media_sharing tests to test_conformance/extensions/

And rename to cl_khr_dx9_media_sharing.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>

* format code

* more format changes
This commit is contained in:
Kévin Petit
2021-02-18 10:06:56 +00:00
committed by GitHub
parent 70b2492f30
commit fc67d7b28f
29 changed files with 6987 additions and 6162 deletions

View File

@@ -223,7 +223,6 @@ endif(CMAKE_BUILD_TYPE STREQUAL "release")
add_subdirectory(test_common)
add_subdirectory(test_conformance)
add_subdirectory(test_extensions)
# Support both VS2008 and VS2012.
set (DLL_FILES "${VS_BUILD_DIR}/Debug/*.dll")