From c4f08bc2686555b11b12ff430bae1d2453997f66 Mon Sep 17 00:00:00 2001 From: ayeteadoe Date: Tue, 13 May 2025 01:09:32 -0700 Subject: [PATCH] CMake: Add LibDiff to TEST_DIRECTORIES Not sure if it has always been this way, but Tests/LibDiff has not actually been running in CI at all. --- Meta/Lagom/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index e744a685fd6..c3800076ebb 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -481,6 +481,7 @@ if (BUILD_TESTING) LibCrypto LibCompress LibCore + LibDiff LibDNS LibGC LibRegex