forked from mirrors/qmk_userspace
Add basic timing support, and SFT_T tests
Also expose some bugs...
This commit is contained in:
parent
a62f449659
commit
4e69a8bda6
9 changed files with 157 additions and 27 deletions
|
@ -14,14 +14,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
#include "quantum.h"
|
||||
#include "test_driver.h"
|
||||
#include "test_matrix.h"
|
||||
#include "keyboard_report_util.h"
|
||||
#include "test_fixture.h"
|
||||
#include "test_common.h"
|
||||
|
||||
using testing::_;
|
||||
using testing::Return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue