OSCAR-code/oscar/tests/viatomtests.h
sawinglogz 9cb7de950b Add regression tests for Viatom loader.
Also enable the native file dialog box for importing Viatom files.
2020-01-23 19:11:05 -05:00

29 lines
570 B
C++

/* Viatom 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. */
#ifndef VIATOMTESTS_H
#define VIATOMTESTS_H
#include "AutoTest.h"
#include "../SleepLib/loader_plugins/viatom_loader.h"
class ViatomTests : public QObject
{
Q_OBJECT
private slots:
void initTestCase();
void testSessionsToYaml();
void cleanupTestCase();
};
DECLARE_TEST(ViatomTests)
#endif // VIATOMTESTS_H