11 lines
257 B
C++
11 lines
257 B
C++
/*
|
|
* SPDX-FileCopyrightText: (C) 2022 James Turner <james@flightgear.org>
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
|
|
#include "test_SGTime.hxx"
|
|
|
|
|
|
// Set up the tests.
|
|
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(SimgearTimingTests, "Simgear unit tests");
|