aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/prettyfloat/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/prettyfloat/CMakeLists.txt')
-rw-r--r--searchlib/src/tests/prettyfloat/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/searchlib/src/tests/prettyfloat/CMakeLists.txt b/searchlib/src/tests/prettyfloat/CMakeLists.txt
deleted file mode 100644
index 907b7661800..00000000000
--- a/searchlib/src/tests/prettyfloat/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(searchlib_prettyfloat_test_app TEST
- SOURCES
- prettyfloat.cpp
- DEPENDS
- searchlib
-)
-vespa_add_test(NAME searchlib_prettyfloat_test_app COMMAND searchlib_prettyfloat_test_app)