diff options
Diffstat (limited to 'tests/test_common/test_common.h')
-rw-r--r-- | tests/test_common/test_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_common/test_common.h b/tests/test_common/test_common.h new file mode 100644 index 000000000..19ffcddce --- /dev/null +++ b/tests/test_common/test_common.h | |||
@@ -0,0 +1,4 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #define MATRIX_ROWS 4 | ||
4 | #define MATRIX_COLS 10 \ No newline at end of file | ||