OSCAR-code/oscar/tests/deviceconnectiontests.h

19 lines
474 B
C
Raw Normal View History

/* Device Connection Unit Tests
*
* Copyright (c) 2020 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 DeviceConnectionTests : public QObject
{
Q_OBJECT
private slots:
void testSerialPortInfoSerialization();
void testSerialPortScanning();
};
DECLARE_TEST(DeviceConnectionTests)