1
0
Fork 0

Add some infrastructure for testing

This commit is contained in:
Bram Schoenmakers 2024-02-11 12:12:27 +01:00
parent 16e20a9c88
commit 09f24ccaa3
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
3 changed files with 20 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/.cask
*.elc

8
Cask Normal file
View file

@ -0,0 +1,8 @@
(source gnu)
(source melpa-stable)
(source melpa)
(depends-on "shell-maker")
(development
(depends-on "buttercup"))

11
justfile Normal file
View file

@ -0,0 +1,11 @@
set positional-arguments
# for convenience, run cask through bash
cask *args:
cask $@
test:
cask exec buttercup -L .
buttercup:
emacs -batch -f package-initialize -L . -f buttercup-run-discover