aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-4ea3bbdb4cbb02310623c9dfc464d84e4f653492.tar.gz
qmk_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 @@
17#include "gtest/gtest.h" 17#include "gtest/gtest.h"
18#include "gmock/gmock.h" 18#include "gmock/gmock.h"
19 19
20extern "C" {
20#include "quantum.h" 21#include "quantum.h"
22}
21#include "test_driver.hpp" 23#include "test_driver.hpp"
22#include "test_matrix.h" 24#include "test_matrix.h"
23#include "keyboard_report_util.hpp" 25#include "keyboard_report_util.hpp"
24#include "test_fixture.hpp" \ No newline at end of file 26#include "test_fixture.hpp"