rusefi-1/unit_tests/test_engine_math.h

17 lines
332 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/*
* @file test_engine_math.h
*
* Created on: Nov 14, 2013
* Author: Andrey Belomutskiy, (c) 2012-2015
*/
#ifndef TEST_ENGINE_MATH_H_
#define TEST_ENGINE_MATH_H_
void testEngineMath(void);
void testIgnitionPlanning(void);
void testMafLookup(void);
2015-12-24 11:02:03 -08:00
void testIgnitionMapGenerator(void);
2015-07-10 06:01:56 -07:00
#endif /* TEST_ENGINE_MATH_H_ */