// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include LOG_SETUP("forcelink_test"); #include #include #include TEST_SETUP(Test); int Test::Main() { TEST_INIT("forcelink_test"); forcelink_searchlib_expression(); forcelink_searchlib_aggregation(); TEST_DONE(); }