CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
unit_test_executor.h
Go to the documentation of this file.
1
2#ifndef INCLUDE_GUARD__UNIT_TEST_EXECUTOR_H__
3#define INCLUDE_GUARD__UNIT_TEST_EXECUTOR_H__
4
5#include "main.h"
6
8
9uint8_t TEST_run_all_unit_tests_and_log(char log_buffer[], uint16_t log_buffer_size);
10
11
12#endif // INCLUDE_GUARD__UNIT_TEST_EXECUTOR_H__
: Header for main.c file. This file contains the common defines of the application.
uint8_t TEST_run_all_unit_tests_and_log(char log_buffer[], uint16_t log_buffer_size)
Definition unit_test_executor.c:10