summaryrefslogtreecommitdiff
path: root/server/test/docker/lib
AgeCommit message (Collapse)Author
2022-11-25Extend docker testing framework to test against Emacs versionsVedang Manerikar
Until this commit, docker-based local testing only checked whether the epdfinfo server compiled correctly. With this commit, local testing now also runs elisp tests against the different versions of Emacs we currently support. All versions of Emacs are run on Ubuntu at the moment, but going forward I expect that we will add more operating system variants to this matrix as well. As test coverage increases, this will help automate away a lot of the tests! Relates to: #130
2017-09-14Add test of installed packages recognitionAndreas Politz
2017-09-14Run docker tests from a scriptAndreas Politz
2017-09-10Add docker tests for the autobuild scriptAndreas Politz