aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/util/generationhandler/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-03-01 12:35:02 +0100
committerTor Egge <Tor.Egge@online.no>2022-03-01 12:35:02 +0100
commit5e47261cea32b37ff20a0fa97f668f05da3b6aed (patch)
tree439fb5dc6854db2b7d65151687fcfb2b59cc97fa /vespalib/src/tests/util/generationhandler/CMakeLists.txt
parent891b71d8280041adcdb7de29ae2cff7ca016aab5 (diff)
Convert generation handler tests to gtest.
Diffstat (limited to 'vespalib/src/tests/util/generationhandler/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/util/generationhandler/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/tests/util/generationhandler/CMakeLists.txt b/vespalib/src/tests/util/generationhandler/CMakeLists.txt
index 677d5caa0e6..fdf54c59854 100644
--- a/vespalib/src/tests/util/generationhandler/CMakeLists.txt
+++ b/vespalib/src/tests/util/generationhandler/CMakeLists.txt
@@ -4,5 +4,6 @@ vespa_add_executable(vespalib_generationhandler_test_app TEST
generationhandler_test.cpp
DEPENDS
vespalib
+ GTest::GTest
)
vespa_add_test(NAME vespalib_generationhandler_test_app COMMAND vespalib_generationhandler_test_app)