diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-12-23 15:57:34 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-12-23 15:57:34 -0500 |
| commit | eb2308b8035302b76f794e83b9cf5c5f4cff7a4c (patch) | |
| tree | cbf651d5593b4d456c7b3880931787bdb0b153c0 /sigcore/test/TestMatrix.cpp | |
| parent | 0c516ea53898f35b81ad095abb6638aa41c78d63 (diff) | |
| download | sigen-eb2308b8035302b76f794e83b9cf5c5f4cff7a4c.tar.gz sigen-eb2308b8035302b76f794e83b9cf5c5f4cff7a4c.tar.xz sigen-eb2308b8035302b76f794e83b9cf5c5f4cff7a4c.zip | |
Reverted to using headers for tests again
Diffstat (limited to 'sigcore/test/TestMatrix.cpp')
| -rw-r--r-- | sigcore/test/TestMatrix.cpp | 29 |
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; |
