]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tests/test_common/test_common.hpp
add tests for action_layer.c and reset layer state after tests
[qmk_firmware.git] / tests / test_common / test_common.hpp
index 2398446339bbe6a073a40088720366017d86a8f8..a88fa8d7b8e36ba3747db38c50508daca7c33fda 100644 (file)
 #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"