From 4ea3bbdb4cbb02310623c9dfc464d84e4f653492 Mon Sep 17 00:00:00 2001 From: "Colin T.A. Gray" Date: Thu, 14 Dec 2017 16:15:52 -0700 Subject: add tests for action_layer.c and reset layer state after tests --- tests/test_common/test_common.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test_common/test_common.hpp') diff --git a/tests/test_common/test_common.hpp b/tests/test_common/test_common.hpp index 239844633..a88fa8d7b 100644 --- a/tests/test_common/test_common.hpp +++ b/tests/test_common/test_common.hpp @@ -17,8 +17,10 @@ #include "gtest/gtest.h" #include "gmock/gmock.h" +extern "C" { #include "quantum.h" +} #include "test_driver.hpp" #include "test_matrix.h" #include "keyboard_report_util.hpp" -#include "test_fixture.hpp" \ No newline at end of file +#include "test_fixture.hpp" -- cgit v1.2.3