diff options
| author | David Moc <personal@cdatgoose.org> | 2026-06-03 02:26:11 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-06-03 02:26:11 +0200 |
| commit | c6d44836fd8ed1442e01825cb0f9f97e7bf11515 (patch) | |
| tree | d0e8cededdecafdf27476a744ac2d892d5a18620 /tests/test_core.h | |
| parent | b68766967c86a6a789d65772f69f7f44939ebdf2 (diff) | |
Harden editor logging and packaging
Diffstat (limited to 'tests/test_core.h')
| -rw-r--r-- | tests/test_core.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/test_core.h b/tests/test_core.h new file mode 100644 index 0000000..a9dd52f --- /dev/null +++ b/tests/test_core.h @@ -0,0 +1,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 |
