forked from enlightenment/edi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
338 B
15 lines
338 B
#ifndef _EDI_SUITE_H |
|
#define _EDI_SUITE_H |
|
|
|
#include <check.h> |
|
|
|
#include <Edi.h> |
|
|
|
void edi_test_basic(TCase *tc); |
|
void edi_test_console(TCase *tc); |
|
void edi_test_path(TCase *tc); |
|
void edi_test_content_provider(TCase *tc); |
|
void edi_test_language_provider(TCase *tc); |
|
void edi_test_language_provider_c(TCase *tc); |
|
|
|
#endif /* _EDI_SUITE_H */
|
|
|