summaryrefslogtreecommitdiffstats
path: root/storageapi/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2019-06-25 13:29:21 +0000
committerTor Brede Vekterli <vekterli@verizonmedia.com>2019-06-26 08:54:37 +0000
commitfb6db2f639381f384807aaac0ec2701c4e4013fb (patch)
tree369ce0084ec3a5cc4289537557934ad56903c5fb /storageapi/src/tests/CMakeLists.txt
parent3de18f8a3dbeb0cda98fd3f86920784be154cb9a (diff)
Remove CppUnit dependencies in modules
Move test config helpers out of cppunit submodule.
Diffstat (limited to 'storageapi/src/tests/CMakeLists.txt')
-rw-r--r--storageapi/src/tests/CMakeLists.txt17
1 files changed, 1 insertions, 16 deletions
diff --git a/storageapi/src/tests/CMakeLists.txt b/storageapi/src/tests/CMakeLists.txt
index ddc43c70004..8b820adb467 100644
--- a/storageapi/src/tests/CMakeLists.txt
+++ b/storageapi/src/tests/CMakeLists.txt
@@ -1,13 +1,12 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-# Runner for unit tests written in gtest.
-# NOTE: All new test classes should be added here.
vespa_add_executable(storageapi_gtest_runner_app TEST
SOURCES
gtest_runner.cpp
DEPENDS
storageapi_testbuckets
storageapi_testmbusprot
+ storageapi_testmessageapi
storageapi
gtest
)
@@ -17,17 +16,3 @@ vespa_add_test(
COMMAND storageapi_gtest_runner_app
)
-# Runner for unit tests written in CppUnit (DEPRECATED).
-vespa_add_executable(storageapi_testrunner_app TEST
- SOURCES
- testrunner.cpp
- DEPENDS
- storageapi_testmessageapi
- storageapi
- vdstestlib
-)
-
-vespa_add_test(
- NAME storageapi_testrunner_app
- COMMAND storageapi_testrunner_app
-)