aboutsummaryrefslogtreecommitdiff
path: root/tests/test_main.c
blob: 6a8dc5f73ccac9bcbaf7594250323e1750a181f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "test_core.h"

int main(void) {
    test_plugin_identity();
    test_plugin_slots_and_exports();
    test_plugin_objects_and_text();
    test_buffer_editing_and_undo();
    test_buffer_selection_and_search();
    test_buffer_file_round_trip();
    test_completion_helpers();
    test_path_helpers();
    return 0;
}