Add bats to git submodules

This commit is contained in:
Zhong Lufan
2023-01-29 22:32:03 +08:00
parent 72e20be7bb
commit abc588ed40
6 changed files with 18 additions and 9 deletions

9
.gitmodules vendored Normal file
View File

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