Added some more bats-* libs for testing

This commit is contained in:
Nils Winkler
2017-10-02 16:23:40 +02:00
parent 8319545b0a
commit c1c29ccc42
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored
View File

@@ -1,3 +1,12 @@
[submodule "test_lib/bats-core"]
path = test_lib/bats-core
url = https://github.com/bats-core/bats-core
[submodule "test_lib/bats-support"]
path = test_lib/bats-support
url = https://github.com/ztombol/bats-support
[submodule "test_lib/bats-assert"]
path = test_lib/bats-assert
url = https://github.com/ztombol/bats-assert
[submodule "test_lib/bats-file"]
path = test_lib/bats-file
url = https://github.com/ztombol/bats-file

1
test_lib/bats-assert Submodule

Submodule test_lib/bats-assert added at 9f88b4207d

1
test_lib/bats-file Submodule

Submodule test_lib/bats-file added at 2fddb2b831

1
test_lib/bats-support Submodule

Submodule test_lib/bats-support added at 004e707638