add tests for action_layer.c and reset layer state after tests

This commit is contained in:
Colin T.A. Gray
2017-12-14 16:15:52 -07:00
committed by Jack Humbert
parent bad839e6ac
commit 4ea3bbdb4c
3 changed files with 102 additions and 3 deletions

View File

@ -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"
#include "test_fixture.hpp"