Files
MuditaOS/module-utils/test/test_log2.h
Marcin Smoczyński c3e5ef9f15 [EGD-3234] tests: rename log tests
Log tests are not unit tests because they do not provide binary
information about status - they are manual tests.
2020-05-27 10:41:17 +02:00

14 lines
203 B
C

/*
* unittest2_log.h
*
* Created on: 29 kwi 2019
* Author: robert
*/
#ifndef TEST_UNITTEST_LOG2_H_
#define TEST_UNITTEST_LOG2_H_
int log_test_function();
#endif /* TEST_UNITTEST_LOG2_H_ */