File indexing completed on 2024-04-28 03:48:18

0001 /*
0002     File                 : MatrixTest.cpp
0003     Project              : LabPlot
0004     Description          : Tests for the Matrix
0005     --------------------------------------------------------------------
0006     SPDX-FileCopyrightText: 2022 Stefan Gerlach <stefan.gerlach@uni.kn>
0007 
0008     SPDX-License-Identifier: GPL-2.0-or-later
0009 */
0010 
0011 #include "MatrixTest.h"
0012 #include "backend/matrix/Matrix.h"
0013 #include "commonfrontend/matrix/MatrixView.h"
0014 
0015 // TODO
0016 
0017 QTEST_MAIN(MatrixTest)