// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include #include LOG_SETUP("configgen"); #include #include #include #include "config-motd.h" using namespace config; TEST("require that config type can be compiled") { std::unique_ptr cfg = ConfigGetter::getConfig("motd", FileSpec(vespalib::TestApp::GetSourceDirectory() + "motd.cfg")); } TEST_MAIN() { TEST_RUN_ALL(); }