summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/random/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-08 20:47:02 +0100
committerGitHub <noreply@github.com>2024-03-08 20:47:02 +0100
commit851d1211b453f3fd644971ce2025a4fc039fd2ce (patch)
treec0148c349b49eb0743ec7d7ff86e1042915e1cc2 /vespalib/src/tests/random/CMakeLists.txt
parentc5dfea53336083c4d58c7663fb1a96ce00a8be7e (diff)
parentb7197a650077f28c1c3972d409b28d5704d3dbe2 (diff)
Merge pull request #30532 from vespa-engine/toregge/rewrite-random-unit-test-to-gtest
Rewrite random unit test to gtest.
Diffstat (limited to 'vespalib/src/tests/random/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/random/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/tests/random/CMakeLists.txt b/vespalib/src/tests/random/CMakeLists.txt
index 9984f3a52ba..75d9ce75f1a 100644
--- a/vespalib/src/tests/random/CMakeLists.txt
+++ b/vespalib/src/tests/random/CMakeLists.txt
@@ -4,6 +4,7 @@ vespa_add_executable(vespalib_random_test_app TEST
random_test.cpp
DEPENDS
vespalib
+ GTest::gtest
)
vespa_add_test(NAME vespalib_random_test_app COMMAND vespalib_random_test_app)
vespa_add_executable(vespalib_friendfinder_test_app