Welcome to mirror list, hosted at ThFree Co, Russian Federation.

minunit_vars_ex.h « tests « applications - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2743d1c04680b4e7abe7972b114021149d07f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once
#include "minunit.h"

/*  Misc. counters */
extern int minunit_run;
extern int minunit_assert;
extern int minunit_fail;
extern int minunit_status;

/*  Timers */
extern double minunit_real_timer;
extern double minunit_proc_timer;

/*  Last message */
extern char minunit_last_message[MINUNIT_MESSAGE_LEN];