// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #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(TEST_PATH("motd.cfg"))); } TEST_MAIN() { TEST_RUN_ALL(); }