mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-05-10 19:27:11 +00: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);
|