Skip to content

Commit

Permalink
gltfio: exclude unsupported platforms from test (#7000)
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng authored Jul 27, 2023
1 parent f506b27 commit b35e24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gltfio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b35e24d

Please sign in to comment.