aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/plugin/setup.h
blob: c3aa6d03cb66c19e856aa66f168f074196ae91b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. 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);

}