unit test compilation fix under linux (#747)

This commit is contained in:
dron0gus 2019-04-12 23:08:52 +03:00 committed by rusefi
parent b71a7ef2a4
commit 055b82ea07
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
*/
#include "gtest/gtest.h"
#include "CJ125_logic.h"
#include "cj125_logic.h"
#include "engine_test_helper.h"
static void applyHeaterPinState(PwmConfig *state, int stateIndex) {

View File

@ -6,7 +6,7 @@
#include "unit_test_framework.h"
#include "hip9011_lookup.h"
#include "HIP9011_logic.h"
#include "hip9011_logic.h"
#include "test_parameters.h"
using ::testing::_;