OSCAR-code/oscar/tests/versiontests.h

19 lines
430 B
C
Raw Normal View History

/* Version Unit Tests
*
* Copyright (c) 2020-2022 The OSCAR Team
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of the source code
* for more details. */
#include "tests/AutoTest.h"
class VersionTests : public QObject
{
Q_OBJECT
private slots:
void testCurrentVersion();
void testPrecedence();
};
DECLARE_TEST(VersionTests)