fome-fw/unit_tests/test_accel_enrichment.cpp

25 lines
524 B
C++
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file test_accel_enrichment.cpp
*
* Created on: apr 29, 2014
* Author: Dmitry Sidin
2015-01-12 16:05:46 -08:00
* Author: Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#include "main.h"
#include "accel_enrichment.h"
#include "test_accel_enrichment.h"
#include "engine_configuration.h"
void testAccelEnrichment(void) {
engine_configuration_s ec;
engine_configuration_s *engineConfiguration = &ec;
printf("*************************************************** testAccelEnrichment\r\n");
2015-05-07 20:04:50 -07:00
// todo: add test
2014-08-29 07:52:33 -07:00
AccelEnrichmemnt instance;
}