Commit 5611662f authored by Ramon Nou's avatar Ramon Nou
Browse files

Build: Fix missing python testing cmake include

parent 517a8e78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -389,6 +389,8 @@ if (GKFS_BUILD_TESTS)
    endif ()
    message(STATUS "[gekkofs] Guided distributor tests: ${GKFS_TESTS_GUIDED_DISTRIBUTION}")

    include(gkfs-python-testing)

    add_subdirectory(tests)
else ()
    unset(GKFS_TESTS_INTERFACE CACHE)