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

This commit is contained in:
Gary Talent 2019-06-29 23:52:43 -05:00
parent 41d6c7188c
commit 6493a5e10e

View File

@ -6,4 +6,6 @@ install(
include/ox/ptrarith
)
if(OX_RUN_TESTS)
add_subdirectory(test)
endif()