summary refs log tree commit diff
path: root/justfile
blob: 6fbee7560b75d747d344304bd92a5c08932b141c (plain)
1
2
3
4
5
6
7
# list available recipes
default:
  just --list --unsorted

# run tests
test:
  for f in lib/*.test.fnl; do fennel $f | faucet; done