mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-19 14:15:02 -04:00
Log tests are not unit tests because they do not provide binary information about status - they are manual tests.
14 lines
203 B
C
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_ */
|