summaryrefslogtreecommitdiffstats
path: root/logd/src/tests/info/info.cpp
blob: a54fd26180133a9538886700d285f2969ba2bd84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2016 Yahoo Inc. 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();
}