aboutsummaryrefslogtreecommitdiffstats
path: root/vdstestlib/src/tests/cppunit/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vdstestlib/src/tests/cppunit/CMakeLists.txt')
-rw-r--r--vdstestlib/src/tests/cppunit/CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/vdstestlib/src/tests/cppunit/CMakeLists.txt b/vdstestlib/src/tests/cppunit/CMakeLists.txt
deleted file mode 100644
index 1b8e857fe30..00000000000
--- a/vdstestlib/src/tests/cppunit/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vdstestlib_testrunner_app TEST
- SOURCES
- testrunner.cpp
- cppunittest.cpp
- DEPENDS
- vdstestlib
-)
-
-vespa_add_test(
- NAME vdstestlib_testrunner_app
- NO_VALGRIND
- COMMAND vdstestlib_testrunner_app
-)