added more add mod integration tests

This commit is contained in:
2026-03-16 23:14:54 +01:00
parent 6c634824a8
commit 87e862c601
10 changed files with 123 additions and 6 deletions

View File

@@ -29,5 +29,17 @@ path = "mod2"
[mods.mod3]
path = "mod3"
[mods.add_test_1]
path = "add_test_1"
[mods.add_test_plain]
path = "add_test_plain"
[mods.add_test_nested]
path = "add_test_nested"
[mods.add_test_root]
path = "add_test_root"
root_mod = true
[mods.add_test_filter]
path = "add_test_filter"
ignore = [ "*.txt", "image.jpg", "sub/*" ]
root_mod = true