2019-02-02 21:50:10 -08:00
|
|
|
/*
|
|
|
|
* @file test_trigger_multi_sync.cpp
|
|
|
|
*
|
|
|
|
* @date Feb 2, 2019
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2019-02-02 21:50:10 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "engine_test_helper.h"
|
2019-02-03 18:19:47 -08:00
|
|
|
#include "trigger_mazda.h"
|
2019-02-02 21:50:10 -08:00
|
|
|
|
|
|
|
TEST(trigger, miataNA) {
|
2019-12-07 22:09:39 -08:00
|
|
|
TriggerWaveform naShape;
|
2019-02-03 18:19:47 -08:00
|
|
|
initializeMazdaMiataNaShape(&naShape);
|
2019-02-02 21:50:10 -08:00
|
|
|
|
|
|
|
|
|
|
|
WITH_ENGINE_TEST_HELPER(MIATA_NA6_MAP);
|
|
|
|
}
|