Archived
1
0
Fork 0

gnu: emacs-ob-go: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-ob-go)[#:phases]: Add ‘ert-number-tests’.
This commit is contained in:
Liliana Marie Prikler 2023-09-15 20:48:12 +02:00
parent 30a339b364
commit 73388a1a19
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -7437,7 +7437,14 @@ blocks with @code{org-babel} in @code{org-mode}.")
#:test-command #~(list "emacs" "--batch" "-L" "."
"--eval=(require 'ob-go)"
"-l" "test-ob-go.el"
"-f" "ert-run-tests-batch-and-exit")))
"-f" "ert-run-tests-batch-and-exit")
#:phases #~(modify-phases %standard-phases
(add-after 'unpack 'ert-number-tests
(lambda _
(ert-number-tests "test-ob-go.el"
"ob-go/string-variables")
(ert-number-tests "test-ob-go.el"
"ob-go/imports"))))))
(home-page "https://github.com/pope/ob-go")
(synopsis "Org Babel support for evaluating Go code")
(description "@code{ob-go} enables Org Babel support for evaluating Go