support for some basic tests

This commit is contained in:
Justin Abrahms
2020-11-25 09:16:45 -08:00
parent 577652feec
commit c15d7a3c08
6 changed files with 55 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
update:
emacs -batch -l test/make-update.el
compile: clean
emacs -batch -l test/elpa.el -l test/compile.el
clean:
rm -f *.elc
.PHONY: update compile test clean