gltfio: exclude unsupported platforms from test (#7000)

This commit is contained in:
Powei Feng
2023-07-26 19:11:50 -07:00
committed by GitHub
parent f506b27a31
commit b35e24daa7

View File

@@ -214,7 +214,7 @@ add_custom_target(test_gltfio_files DEPENDS ${GLTF_TEST_FILES})
# The following tests rely on private APIs that are stripped
# away in Release builds
if (TNT_DEV)
if (TNT_DEV AND NOT WEBGL AND NOT ANDROID AND NOT IOS)
set(TEST_TARGET test_gltfio)
add_executable(${TEST_TARGET} test/gltfio_test.cpp)