unit test compilation fix under linux (#747)
This commit is contained in:
parent
b71a7ef2a4
commit
055b82ea07
|
@ -6,7 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "CJ125_logic.h"
|
#include "cj125_logic.h"
|
||||||
#include "engine_test_helper.h"
|
#include "engine_test_helper.h"
|
||||||
|
|
||||||
static void applyHeaterPinState(PwmConfig *state, int stateIndex) {
|
static void applyHeaterPinState(PwmConfig *state, int stateIndex) {
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#include "unit_test_framework.h"
|
#include "unit_test_framework.h"
|
||||||
#include "hip9011_lookup.h"
|
#include "hip9011_lookup.h"
|
||||||
#include "HIP9011_logic.h"
|
#include "hip9011_logic.h"
|
||||||
#include "test_parameters.h"
|
#include "test_parameters.h"
|
||||||
using ::testing::_;
|
using ::testing::_;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue