Commit 3605c81a authored by Alberto Miranda's avatar Alberto Miranda ♨️ Committed by Marc Vef
Browse files

Set GKFS_BUILD_TESTS to OFF by default

parent 64b6ef74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ add_subdirectory(src/daemon)
# Client library
add_subdirectory(src/client)

option(GKFS_BUILD_TESTS "Build GekkoFS self tests" ON)
option(GKFS_BUILD_TESTS "Build GekkoFS self tests" OFF)

if(GKFS_BUILD_TESTS)
    message(STATUS "[gekkofs] Preparing tests...")