2019-02-02 21:50:10 -08:00
|
|
|
/*
|
|
|
|
* @file test_trigger_multi_sync.cpp
|
|
|
|
*
|
|
|
|
* @date Feb 2, 2019
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
|
|
|
*/
|
|
|
|
|
|
|
|
#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-02-03 18:19:47 -08:00
|
|
|
TriggerShape naShape;
|
|
|
|
initializeMazdaMiataNaShape(&naShape);
|
2019-02-02 21:50:10 -08:00
|
|
|
|
|
|
|
|
|
|
|
WITH_ENGINE_TEST_HELPER(MIATA_NA6_MAP);
|
|
|
|
}
|