added more add mod integration tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user