Add submodules for bash testing

This commit is contained in:
Serene-Arc
2021-06-11 18:40:26 +10:00
parent 9fd8b29833
commit b4ae513e71
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@@ -0,0 +1,9 @@
[submodule "scripts/tests/bats"]
path = scripts/tests/bats
url = https://github.com/bats-core/bats-core.git
[submodule "scripts/tests/test_helper/bats-assert"]
path = scripts/tests/test_helper/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "scripts/tests/test_helper/bats-support"]
path = scripts/tests/test_helper/bats-support
url = https://github.com/bats-core/bats-support.git

1
scripts/tests/bats Submodule

Submodule scripts/tests/bats added at ce5ca2802f