mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
refactor: Rename blackgui to swift::gui
This commit is contained in:
20
tests/gui/blackguitest.h
Normal file
20
tests/gui/blackguitest.h
Normal file
@@ -0,0 +1,20 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKGUITEST_H
|
||||
#define BLACKGUITEST_H
|
||||
|
||||
//! \cond PRIVATE_TESTS
|
||||
|
||||
/*!
|
||||
* \namespace SwiftGuiTest
|
||||
* \defgroup testswiftgui Gui Unit Tests
|
||||
* \ingroup tests
|
||||
* Unit tests for GUI. Unit tests do have their own namespace, so
|
||||
* the regular namespace swift:gui is completely free of unit tests.
|
||||
* Add any new tests to TestMain::unitMain as shown there.
|
||||
*/
|
||||
|
||||
//! \endcond
|
||||
|
||||
#endif // guard
|
||||
Reference in New Issue
Block a user