#include "CppUTest/TestHarness.h" #include "CppUTest/TestRegistry.h" #include "CppUTest/TestOutput.h" #include "CppUTest/TestTestingFixture.h" #include "mat.h" #define TESTSIZE 4 TEST_GROUP(Matrix) { void setup() { } void teardown() { } }; TEST(Matrix, set) { Mat a ; Mat b ; for (int x = 0; x a ; for (int x = 0; x a ; for (int x = 0; x