Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889)

This commit is contained in:
Isaac Elenbaas
2023-09-24 22:45:49 -04:00
committed by GitHub
parent 1fb02d5ad8
commit dd94877ec6
48 changed files with 2584 additions and 89 deletions

View File

@@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
CUSTOM_MATRIX=yes
CUSTOM_MATRIX=yes

View File

@@ -29,4 +29,4 @@ int main(int argc, char **argv) {
init_logging();
return RUN_ALL_TESTS();
}
}

View File

@@ -1,4 +1,4 @@
#pragma once
#define MATRIX_ROWS 4
#define MATRIX_COLS 10
#define MATRIX_COLS 10