From bc98a01d1b9609bc6d877d002d225530ebdc7770 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sun, 25 Oct 2020 15:43:11 -0400 Subject: [PATCH] Add required "Bats" unittesting submodules --- .gitmodules | 9 +++++++++ tests/libs/bats | 1 + tests/libs/bats-assert | 1 + tests/libs/bats-support | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 tests/libs/bats create mode 160000 tests/libs/bats-assert create mode 160000 tests/libs/bats-support diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..98983bc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "tests/libs/bats"] + path = tests/libs/bats + url = https://github.com/sstephenson/bats +[submodule "tests/libs/bats-assert"] + path = tests/libs/bats-assert + url = https://github.com/ztombol/bats-assert +[submodule "tests/libs/bats-support"] + path = tests/libs/bats-support + url = https://github.com/ztombol/bats-support diff --git a/tests/libs/bats b/tests/libs/bats new file mode 160000 index 0000000..0360811 --- /dev/null +++ b/tests/libs/bats @@ -0,0 +1 @@ +Subproject commit 03608115df2071fff4eaaff1605768c275e5f81f diff --git a/tests/libs/bats-assert b/tests/libs/bats-assert new file mode 160000 index 0000000..9f88b42 --- /dev/null +++ b/tests/libs/bats-assert @@ -0,0 +1 @@ +Subproject commit 9f88b4207da750093baabc4e3f41bf68f0dd3630 diff --git a/tests/libs/bats-support b/tests/libs/bats-support new file mode 160000 index 0000000..004e707 --- /dev/null +++ b/tests/libs/bats-support @@ -0,0 +1 @@ +Subproject commit 004e707638eedd62e0481e8cdc9223ad471f12ee -- GitLab