A bigger test matrix, and test for unmapped keys

This commit is contained in:
Fred Sundvik 2017-06-27 00:13:21 +03:00 committed by Jack Humbert
parent 1e4cc36e14
commit 72c8df1f19
3 changed files with 18 additions and 5 deletions

View file

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