tests: settings: file: remove declarations of ZTEST() routines
Remove declarations of ZTEST() routines in header file, because there is simply no value in having it. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
This commit is contained in:
parent
da23050812
commit
673b0665d3
1 changed files with 0 additions and 14 deletions
|
@ -44,20 +44,6 @@ int settings_test_file_strstr(const char *fname, char const *string,
|
|||
size_t str_len);
|
||||
|
||||
|
||||
void test_config_empty_lookups(void);
|
||||
void test_config_insert(void);
|
||||
void test_config_getset_unknown(void);
|
||||
void test_config_getset_int(void);
|
||||
void test_config_getset_int64(void);
|
||||
void test_config_commit(void);
|
||||
|
||||
void test_config_empty_file(void);
|
||||
void test_config_small_file(void);
|
||||
void test_config_multiple_in_file(void);
|
||||
void test_config_save_in_file(void);
|
||||
void test_config_save_one_file(void);
|
||||
void test_config_compress_file(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue