blob: a9dd52fd668900484cb03812e3791dbdc7f0a7cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef ECEX_TEST_CORE_H
#define ECEX_TEST_CORE_H
void test_plugin_identity(void);
void test_plugin_slots_and_exports(void);
void test_plugin_objects_and_text(void);
void test_buffer_editing_and_undo(void);
void test_buffer_selection_and_search(void);
void test_buffer_file_round_trip(void);
void test_completion_helpers(void);
void test_path_helpers(void);
#endif
|