summaryrefslogtreecommitdiffstats
path: root/document/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-03-01 14:43:55 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-03-01 14:47:21 +0000
commit87b9b1c1fde62b9e62c17dba45564a1f80ee4655 (patch)
tree54bdaa8a7511cb14513ebd9a1090bbd5008f1e54 /document/src/tests/CMakeLists.txt
parent9b7a751309080c04f593aaec0dbc162a30d1225b (diff)
Migrate unit test from cppunit to gtest.
Diffstat (limited to 'document/src/tests/CMakeLists.txt')
-rw-r--r--document/src/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/CMakeLists.txt b/document/src/tests/CMakeLists.txt
index ccf25b17061..b78fd66b687 100644
--- a/document/src/tests/CMakeLists.txt
+++ b/document/src/tests/CMakeLists.txt
@@ -8,6 +8,7 @@ vespa_add_executable(document_gtest_runner_app TEST
documentidtest.cpp
documentupdatetestcase.cpp
gtest_runner.cpp
+ teststringutil.cpp
DEPENDS
document
gtest
@@ -23,7 +24,6 @@ vespa_add_test(
# Runner for unit tests written in CppUnit (DEPRECATED).
vespa_add_executable(document_testrunner_app TEST
SOURCES
- teststringutil.cpp
testbytebuffer.cpp
stringtokenizertest.cpp
buckettest.cpp