aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_common/test_common.hpp
diff options
context:
space:
mode:
authorColin T.A. Gray2017-12-15 00:15:52 +0100
committerJack Humbert2017-12-15 19:23:30 +0100
commit4ea3bbdb4cbb02310623c9dfc464d84e4f653492 (patch)
tree7914b5019cb55d0a343ec89385d95795f597cac5 /tests/test_common/test_common.hpp
parentbad839e6ac815f9fc0836d8170b716838fbc87b7 (diff)
add tests for action_layer.c and reset layer state after tests
Diffstat (limited to 'tests/test_common/test_common.hpp')
-rw-r--r--tests/test_common/test_common.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_common/test_common.hpp b/tests/test_common/test_common.hpp
index 2398446339..a88fa8d7b8 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"