mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
13 lines
161 B
C
13 lines
161 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// Framework
|
||
|
|
#include "minunit.h"
|
||
|
|
|
||
|
|
#include "test_api.h"
|
||
|
|
|
||
|
|
int get_minunit_run(void);
|
||
|
|
|
||
|
|
int get_minunit_assert(void);
|
||
|
|
|
||
|
|
int get_minunit_status(void);
|