summaryrefslogtreecommitdiffstats
path: root/sigcore/test/TestMatrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigcore/test/TestMatrix.cpp')
-rw-r--r--sigcore/test/TestMatrix.cpp29
1 files changed, 2 insertions, 27 deletions
diff --git a/sigcore/test/TestMatrix.cpp b/sigcore/test/TestMatrix.cpp
index 908ae80b..53cf57ea 100644
--- a/sigcore/test/TestMatrix.cpp
+++ b/sigcore/test/TestMatrix.cpp
@@ -15,37 +15,12 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-// Sigcore includes
-#include "../Matrix.h"
+// Header include
+#include "TestMatrix.h"
// Qt includes
#include <QtTest/QTest>
-class TestMatrix : public QObject
-{
- Q_OBJECT
-
- private slots:
- void addRow();
- void addColumn();
- void insertRow();
- void insertColumn();
- void deleteRow();
- void deleteColumn();
-
- void clear();
-
- void resize();
-
- void row();
- void column();
-
- void access();
-
- void assignment();
- void equal();
-};
-
void TestMatrix::addRow()
{
Sigcore::Matrix<int> mat;