mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
unity: expose some internal functions to allow iterating over tests
This commit is contained in:
@@ -171,12 +171,18 @@ void unity_testcase_register(test_desc_t* desc);
|
||||
|
||||
void unity_run_test_by_name(const char *name);
|
||||
|
||||
void unity_run_test_by_index(int test_index);
|
||||
|
||||
void unity_run_tests_by_tag(const char *tag, bool invert);
|
||||
|
||||
void unity_run_all_tests(void);
|
||||
|
||||
void unity_run_menu(void);
|
||||
|
||||
int unity_get_test_count(void);
|
||||
|
||||
bool unity_get_test_info(int test_index, test_desc_t* out_info);
|
||||
|
||||
#include "sdkconfig.h" //to get IDF_TARGET_xxx
|
||||
|
||||
#define CONFIG_IDF_TARGET_NA 0
|
||||
|
Reference in New Issue
Block a user