summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/bytecomplens/CMakeLists.txt
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-09-28 17:38:19 +0200
committerJon Bratseth <bratseth@gmail.com>2020-09-28 17:38:19 +0200
commitb12c17ea5e8a738570bc897e0fcd1e7f19688688 (patch)
treeaa48cbfe679e9ca1c5b83812e8e6cf45257784ab /searchlib/src/tests/bytecomplens/CMakeLists.txt
parentaf1d10a394b55cc0d31575bf979cecbbc177c568 (diff)
parent22e2f5ad80aedfe8ed3a9af7c7c11244ef184ed3 (diff)
Merge branch 'master' into bratseth/autoscaling-reconfiguration-events
Diffstat (limited to 'searchlib/src/tests/bytecomplens/CMakeLists.txt')
-rw-r--r--searchlib/src/tests/bytecomplens/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/searchlib/src/tests/bytecomplens/CMakeLists.txt b/searchlib/src/tests/bytecomplens/CMakeLists.txt
deleted file mode 100644
index 24ecef59b15..00000000000
--- a/searchlib/src/tests/bytecomplens/CMakeLists.txt
+++ /dev/null
@@ -1,8 +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(searchlib_bytecomp_test_app TEST
- SOURCES
- bytecomp.cpp
- DEPENDS
- searchlib
-)
-vespa_add_test(NAME searchlib_bytecomp_test_app NO_VALGRIND COMMAND searchlib_bytecomp_test_app)