Browse Source

Define MATRIX_COLS and MATRIX_ROWS

Fred Sundvik 8 years ago
parent
commit
585d646128
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/basic/config.h

+ 2 - 0
tests/basic/config.h

@@ -17,6 +17,8 @@
 #ifndef TESTS_BASIC_CONFIG_H_
 #define TESTS_BASIC_CONFIG_H_
 
+#define MATRIX_ROWS 1
+#define MATRIX_COLS 2
 
 
 #endif /* TESTS_BASIC_CONFIG_H_ */