[ox/ptrarith] Disable ptrarith tests when OX_RUN_TESTS is not set

(synced from 6493a5e10e)
This commit is contained in:
2019-06-29 23:52:43 -05:00
parent 2972a0a4f7
commit e61cea07e0
+3 -1
View File
@@ -6,4 +6,6 @@ install(
include/ox/ptrarith
)
add_subdirectory(test)
if(OX_RUN_TESTS)
add_subdirectory(test)
endif()