1
0
Fork 0

Add comments that appear with just --list

This commit is contained in:
Bram Schoenmakers 2024-03-02 21:58:07 +01:00
parent afac09ab32
commit 7d061a8ef8
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -1,13 +1,16 @@
set positional-arguments
# Run all unit tests
default: test
# for convenience, run cask through bash
cask *args:
cask $@
# Compile the Emacs Lisp file(s)
compile:
cask emacs -batch -L . -L test --eval "(setq byte-compile-error-on-warn t)" -f batch-byte-compile $(cask files); (ret=$? ; cask clean-elc && exit $ret)
# Run all unit tests
test pattern=".": compile
cask exec buttercup -L . --pattern {{pattern}} --no-skip