summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/programoptions/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib/src/tests/programoptions/CMakeLists.txt')
-rw-r--r--staging_vespalib/src/tests/programoptions/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/staging_vespalib/src/tests/programoptions/CMakeLists.txt b/staging_vespalib/src/tests/programoptions/CMakeLists.txt
deleted file mode 100644
index a4d71815621..00000000000
--- a/staging_vespalib/src/tests/programoptions/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(staging_vespalib_programoptions_test_app TEST
- SOURCES
- programoptions_test.cpp
- DEPENDS
- staging_vespalib
-)
-vespa_add_test(NAME staging_vespalib_programoptions_test_app COMMAND staging_vespalib_programoptions_test_app)