1
0
Fork 0

Minor docstring adjustments

This commit is contained in:
Bram Schoenmakers 2024-03-23 09:45:31 +01:00
parent 658662bfd4
commit 19e779ad37
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -3,7 +3,7 @@ set positional-arguments
# Run all unit tests
default: test
# for convenience, run cask through bash
# For convenience, run cask through bash
cask *args:
cask $@
@ -11,6 +11,6 @@ cask *args:
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
# Run unit tests matching a pattern (matches all tests by default)
test pattern=".": compile
cask exec buttercup -L . --pattern {{pattern}} --no-skip