summaryrefslogtreecommitdiffstats
path: root/logd/src/tests/info/info.cpp
blob: c674bd74d8879b3c502ff5c4ae97b38fd703b764 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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/fastos/fastos.h>
#include <vespa/vespalib/testkit/testapp.h>

TEST_SETUP(Test);

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