babashka/script/lib_tests/deps_clj_test
Michiel Borkent 2c7a938621 Add lib tests
2020-01-07 09:33:37 +01:00

9 lines
204 B
Bash
Executable file

#!/usr/bin/env bash
set -eo pipefail
curl -sL https://raw.githubusercontent.com/borkdude/deps.clj/master/deps.clj -o deps_test.clj
chmod +x deps_test.clj
./bb deps_test.clj -Sdescribe
rm deps_test.clj