2022-03-27 09:56:24 +00:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: (C) 2022 Lars Toenning <dev@ltoenning.de>
|
|
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
*/
|
|
|
|
|
2022-11-28 15:12:44 +00:00
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#if defined(ENABLE_SWIFT)
|
|
|
|
|
2022-03-27 09:56:24 +00:00
|
|
|
#include "test_swiftAircraftManager.hxx"
|
|
|
|
#include "test_swiftService.hxx"
|
|
|
|
|
|
|
|
// Set up the unit tests.
|
|
|
|
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(SwiftAircraftManagerTest, "Unit tests");
|
|
|
|
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(SwiftServiceTest, "Unit tests");
|
2022-11-28 15:12:44 +00:00
|
|
|
|
|
|
|
#endif
|