Hi @ryanprior
I currently have this package sitting at libremiami-packages and I would like to upstream it.
Are you planning to make a release?
Also how have you successfully ran the tests in the past?
I currently have tests disabled in the guix package I linked above.
I have the relevant test command I tried running in a comment in the package definition linked above and below here:
(native-inputs
`(("ert-runner" ,emacs-ert-runner)))
(arguments
`(#:tests? #t
#:test-command '("emacs" "-Q" "-batch" "-l" "ed-mode-tests.el" "-f" "ert-run-tests-batch-and-exit")))
all best
Hi @ryanprior
I currently have this package sitting at libremiami-packages and I would like to upstream it.
Are you planning to make a release?
Also how have you successfully ran the tests in the past?
I currently have tests disabled in the guix package I linked above.
I have the relevant test command I tried running in a comment in the package definition linked above and below here:
all best