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 0000000000..19ffcddcea --- /dev/null +++ b/tests/test_common/test_common.h @@ -0,0 +1,4 @@ +#pragma once + +#define MATRIX_ROWS 4 +#define MATRIX_COLS 10
\ No newline at end of file |