summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/fef/test/plugin/setup.h
blob: a8829294a1a9316b5e6edf4013f054dc3ffc9cab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2017 Yahoo Holdings. 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 {
namespace fef {
namespace test {

void setup_fef_test_plugin(IBlueprintRegistry & registry);

} // namespace test
} // namespace fef
} // namespace search