diff options
author | Thanos Apollo <[email protected]> | 2024-12-10 23:01:28 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-12-10 23:06:49 +0200 |
commit | 6bc4d8dde6f1fb7eb9f96a21562a3ec9a9df39bb (patch) | |
tree | 3ba6cd0f16279e60ea4181a82322ec3059bf787b | |
parent | 361272c070d04f77d875420e05d186e382a65048 (diff) |
makefile: Update testing & guix packages.
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | manifest.scm | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -17,9 +17,8 @@ doc: $(ORG) --eval "(with-current-buffer (find-file \"$(ORG)\") (org-texinfo-export-to-texinfo) (org-texinfo-export-to-info) (save-buffer))" \ --kill -test: +test: $(EMACS) --batch \ - rm *.elc \ -q \ --load $(TEST_FILE) \ --eval "(ert-run-tests-batch-and-exit)" diff --git a/manifest.scm b/manifest.scm index 3792cd6..07089c6 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,3 +1,3 @@ ;; (specifications->manifest - (list "make" "texinfo" "emacs-minimal" "emacs-org" "emacs-emacsql")) + (list "make" "texinfo" "emacs-next-pgtk" "emacs-org" "emacs-emacsql")) |