diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-09 21:08:20 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-06-09 22:23:16 +0800 |
| commit | 514929c3b8ee0d4f540be5eb4bc8c1a10e62095d (patch) | |
| tree | 8faeeb71075a695354496af38eb527085bb37f92 /Cargo.toml | |
| parent | 92cccd9517e764508dfa0342ae2ea254661d0a8f (diff) | |
Add unit and integration tests for mingling_core
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,7 @@ resolver = "2" members = ["mingling", "mingling_core", "mingling_macros", "mling"] exclude = [ + # Examples "examples/example-argument-parse", "examples/example-async-support", "examples/example-basic", @@ -23,7 +24,18 @@ exclude = [ "examples/example-setup", "examples/example-unit-test", "examples/full-todolist", + + # Dev Tools "dev_tools", + + # Tests + "mingling_core/tests/test-basic", + "mingling_core/tests/test-comp", + "mingling_core/tests/test-general-renderer", + "mingling_core/tests/test-repl", + "mingling_core/tests/test-dispatch-tree", + "mingling_core/tests/test-async", + "mingling_core/tests/test-all", ] [workspace.dependencies] |
