test: added bats dependencies files

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2021-12-14 09:12:18 -08:00
parent 146971c8f1
commit 18c04dcc31
18 changed files with 2293 additions and 45 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -o errexit
set -o xtrace
git clone --depth 1 https://github.com/sstephenson/bats
cd bats && ./install.sh "${HOME}/.local" && cd .. && rm -rf bats