// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1 #ifndef SWIFT_CORETEST_H #define SWIFT_CORETEST_H //! \cond PRIVATE_TESTS /*! * \namespace SwiftCoreTest * \defgroup testswiftcore Core Unit Tests * \ingroup tests * Unit tests for Core. Unit tests do have their own namespace, so * the regular namespace swift::core is completely free of unit tests. * Add any new tests to TestMain::unitMain as shown there. */ //! \endcond #endif // SWIFT_CORETEST_H