4
1
mirror of https://github.com/QuasarApp/Heart.git synced 2025-05-12 17:39:42 +00:00

disable tests for ios

This commit is contained in:
Andrei Yankovich 2022-01-06 13:42:32 +03:00
parent e5afae84f2
commit f95706a519

@ -30,7 +30,7 @@ endif()
if (NOT DEFINED HEART_TESTS)
set(HEART_TESTS ON)
if (ANDROID)
if (ANDROID OR IOS)
set(HEART_TESTS OFF)
endif()
endif()