aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-06-21 11:35:00 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-06-21 11:44:46 +0000
commitf8fe2d21f466ef61d778ac0dde11e7d3d73dabde (patch)
tree83da190b8084eff3fb5f9e60bc6235c39d321236 /searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
parente5830ec7669b33c66b3d4d1ecb2a84bbc2b00510 (diff)
Gather 13 tests into single binary
Diffstat (limited to 'searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp')
-rw-r--r--searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp b/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
index 91e9fc0f9a4..be7f4516bb2 100644
--- a/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
+++ b/searchlib/src/tests/predicate/predicate_bounds_posting_list_test.cpp
@@ -9,9 +9,6 @@
#include <vespa/vespalib/btree/btreestore.hpp>
#include <vespa/vespalib/testkit/test_kit.h>
-#include <vespa/log/log.h>
-LOG_SETUP("predicate_bounds_posting_list_test");
-
using namespace search;
using namespace search::predicate;
@@ -106,5 +103,3 @@ TEST("require that bounds posting list checks bounds.") {
}
} // namespace
-
-TEST_MAIN() { TEST_RUN_ALL(); }