File indexing completed on 2024-05-19 03:50:38

0001 /*
0002     File                 : GSLTest.h
0003     Project              : LabPlot
0004     Description          : Tests for GSL
0005     --------------------------------------------------------------------
0006     SPDX-FileCopyrightText: 2023 Martin Marmsoler <martin.marmsoler@gmail.com>
0007 
0008     SPDX-License-Identifier: GPL-2.0-or-later
0009 */
0010 
0011 #ifndef GSLTEST_H
0012 #define GSLTEST_H
0013 
0014 #include "../../CommonTest.h"
0015 
0016 class GslTest : public CommonTest {
0017     Q_OBJECT
0018 
0019 private Q_SLOTS:
0020 };
0021 
0022 #endif // GSLTEST_H