aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_common/test_common.hpp
diff options
context:
space:
mode:
authorColin T.A. Gray <colinta@gmail.com>2017-12-14 16:15:52 -0700
committerJack Humbert <jack.humb@gmail.com>2017-12-15 13:23:30 -0500
commit4ea3bbdb4cbb02310623c9dfc464d84e4f653492 (patch)
tree7914b5019cb55d0a343ec89385d95795f597cac5 /tests/test_common/test_common.hpp
parentbad839e6ac815f9fc0836d8170b716838fbc87b7 (diff)
downloadfirmware-4ea3bbdb4cbb02310623c9dfc464d84e4f653492.tar.gz
firmware-4ea3bbdb4cbb02310623c9dfc464d84e4f653492.tar.bz2
firmware-4ea3bbdb4cbb02310623c9dfc464d84e4f653492.zip
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 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"