summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/testkit-time_bomb/testkit-time_bomb_test.cpp
blob: 8294df209cd8d222bbff4e931163adbb0d34e31b (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include <vespa/vespalib/testkit/test_kit.h>

TEST_MT_F("use time bomb in multi-threaded test", 4, vespalib::TimeBomb(60)) {
    EXPECT_TRUE(true);
}

TEST_MAIN() { TEST_RUN_ALL(); }