aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/plugin/setup.h
blob: bc8b1da39dc4e32d5c9b828d1650f01de8624e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/searchlib/fef/iblueprintregistry.h>

namespace search::fef::test {

void setup_fef_test_plugin(IBlueprintRegistry & registry);

}