From 36f820be7e80bc8f1f5489373708356cf142c269 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Sun, 18 Jun 2017 23:49:38 +0300 Subject: Add a test fixture It only initializes QMK once, and clears the matrix after each test. --- tests/test_common/test_matrix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_common/test_matrix.h') diff --git a/tests/test_common/test_matrix.h b/tests/test_common/test_matrix.h index afc65c556b..174fc4f227 100644 --- a/tests/test_common/test_matrix.h +++ b/tests/test_common/test_matrix.h @@ -23,6 +23,7 @@ extern "C" { void press_key(uint8_t col, uint8_t row); void release_key(uint8_t col, uint8_t row); +void clear_all_keys(void); #ifdef __cplusplus } -- cgit v1.2.3