new test style

This commit is contained in:
rusefi 2019-01-06 07:37:29 -05:00
parent 970855df56
commit 405588e32b
2 changed files with 3 additions and 6 deletions

View File

@ -480,7 +480,7 @@ void runFsio(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
if (engineConfiguration->useFSIO4ForSeriousEngineWarning) {
updateValueOrWarning(MAGIC_OFFSET_FOR_ENGINE_WARNING, "eng warning", &ENGINE(fsioState.isEngineWarning) PASS_ENGINE_PARAMETER_SUFFIX);
}
#endif
#endif /* EFI_ENABLE_ENGINE_WARNING */
#if EFI_ENABLE_CRITICAL_ENGINE_STOP
if (engineConfiguration->useFSIO5ForCriticalIssueEngineStop) {
@ -491,7 +491,7 @@ void runFsio(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
#endif
}
}
#endif
#endif /* EFI_ENABLE_CRITICAL_ENGINE_STOP */
if (engineConfiguration->useFSIO15ForIdleRpmAdjustment) {
updateValueOrWarning(MAGIC_OFFSET_FOR_IDLE_TARGET_RPM, "RPM target", &ENGINE(fsioIdleTargetRPMAdjustment) PASS_ENGINE_PARAMETER_SUFFIX);

View File

@ -89,14 +89,11 @@ GTEST_API_ int main(int argc, char **argv) {
/**
* Data structures and general methods
*/
testCyclicBuffer();
testCrc();
testOverflow64Counter();
testFindIndex();
testInterpolate3d();
testInterpolate2d();
testSetTableValue();
testHistogram();
testFLStack();
testSignalExecutor();