diff options
| author | ruki <[email protected]> | 2026-04-18 21:52:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-04-20 09:35:36 +0800 |
| commit | fea8ad3d654e497ba83315f26902647dd64f561e (patch) | |
| tree | 7576a6c7b0005da49bc381769af96fabb038f11c /tests/plugins/show/src | |
| parent | 51be800bddfa199774206393cb8d7e0749f59756 (diff) | |
add --dot output
Diffstat (limited to 'tests/plugins/show/src')
| -rw-r--r-- | tests/plugins/show/src/core.c | 1 | ||||
| -rw-r--r-- | tests/plugins/show/src/main.c | 1 | ||||
| -rw-r--r-- | tests/plugins/show/src/ui.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/plugins/show/src/core.c b/tests/plugins/show/src/core.c new file mode 100644 index 000000000..87a413095 --- /dev/null +++ b/tests/plugins/show/src/core.c @@ -0,0 +1 @@ +int core(void) { return 0; } diff --git a/tests/plugins/show/src/main.c b/tests/plugins/show/src/main.c new file mode 100644 index 000000000..78f2de106 --- /dev/null +++ b/tests/plugins/show/src/main.c @@ -0,0 +1 @@ +int main(void) { return 0; } diff --git a/tests/plugins/show/src/ui.c b/tests/plugins/show/src/ui.c new file mode 100644 index 000000000..c15794f4d --- /dev/null +++ b/tests/plugins/show/src/ui.c @@ -0,0 +1 @@ +int ui(void) { return 0; } |
