summaryrefslogtreecommitdiffstats
path: root/logd/src/tests/info/info.cpp
blob: 438db3c3e7f4ab9e0ddcb7a6d43ef810de846b16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/log/log.h>
LOG_SETUP("info_test");
#include <vespa/vespalib/testkit/testapp.h>

TEST_SETUP(Test);

int
Test::Main()
{
    TEST_INIT("info_test");
    TEST_DONE();
}