diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 12:18:03 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 12:18:03 +0200 |
commit | a44f2363f6c74a91844b43a57e434646adc059c4 (patch) | |
tree | 183cb309546869414b582fd7a25f9b93f578350f /Makefile | |
parent | 780dead06547b15d28cf073e787ae67d6a752c26 (diff) | |
parent | 9613f51d57e5235de99b3e3a7ec6cb24cffdf70e (diff) |
Merge branch 'develop'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -14,13 +14,19 @@ ORG_EVAL2 = --funcall org-texinfo-export-to-info ## ################################################################ -.PHONY: clean +.PHONY: infoclean tests testsclean all: $(PKG).info dir -clean: +infoclean: rm -f $(PKG).org $(PKG).texi $(PKG).info dir +tests: + cask emacs -batch -load test/ert-helper.el -f ert-run-tests-batch-and-exit + +testsclean: + rm -f stubfile.plstore~ + ## ################################################################ # May look at this in the future |