[ox/ptrarith] Disable ptrarith tests when OX_RUN_TESTS is not set
(synced from 6493a5e10e)
This commit is contained in:
@@ -6,4 +6,6 @@ install(
|
|||||||
include/ox/ptrarith
|
include/ox/ptrarith
|
||||||
)
|
)
|
||||||
|
|
||||||
add_subdirectory(test)
|
if(OX_RUN_TESTS)
|
||||||
|
add_subdirectory(test)
|
||||||
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user