Add bin/test entrypoint to run tests

Saves having to remember the CLI flag.
This commit is contained in:
Ben Sturmfels 2024-03-15 13:15:07 +11:00
parent 59a15c3d6f
commit ebb3cefeb7
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

2
bin/test Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
clojure -M:test "$@"