14 lines
230 B
C++
14 lines
230 B
C++
|
/*
|
||
|
* test_event_registry.cpp
|
||
|
*
|
||
|
* Created on: Nov 27, 2013
|
||
|
* Author: Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#include "event_registry.h"
|
||
|
#include "test_event_registry.h"
|
||
|
#include "main.h"
|
||
|
|
||
|
void testEventRegistry(void) {
|
||
|
}
|