File peak_detector_test.c¶
FileList > csrc > tests > peak_detector_test.c
Go to the source code of this file
#include "peak_detector.h"#include "unity.h"#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>
Public Functions¶
| Type | Name |
|---|---|
| int | main (void) |
| void | setUp (void) |
| void | tearDown (void) |
Public Static Functions¶
| Type | Name |
|---|---|
| void | test_big_median_progression (void) |
| void | test_buffer_too_small (void) |
| void | test_detection_basic (void) |
| void | test_invalid_config (void) |
| void | test_median_progression (void) |
| void | test_state_size_and_init (void) |
Public Functions Documentation¶
function main¶
function setUp¶
function tearDown¶
Public Static Functions Documentation¶
function test_big_median_progression¶
function test_buffer_too_small¶
function test_detection_basic¶
function test_invalid_config¶
function test_median_progression¶
function test_state_size_and_init¶
The documentation for this class was generated from the following file scripts/median-filter/csrc/tests/peak_detector_test.c