summaryrefslogtreecommitdiff
path: root/test/run-tests.el
AgeCommit message (Collapse)Author
2017-09-12Merge pull request 174Andreas Politz
2017-08-11Fix trailing whitespaceAndreas Politz
2017-08-10Utilize the variable cask-elpaAndreas Politz
2017-01-27Add tests for encrypted documentsAndreas Politz
2017-01-20Output server errors when running testsAndreas Politz
2017-01-19Adapt to changes regarding usage of Emacs version namesAndreas Politz
2015-11-11Fixes test set-upAndreas Politz
Use package-directory-list instead of copying the files.
2015-06-18Copy casks elpa when runnging testsAndreas Politz
* test/run-tests.el (package-user-dir): Copy the directory tree.
2015-04-14Make compiler happy.Andreas Politz
2015-04-09Moved test helper functions to run-test.elAndreas Politz
2015-02-12Added empty test page.Andreas Politz
* test/test.tex: Add empty page. * test/pdf-info.ert (pdf-test-with-test-pdf): Moved to run-tests.el (pdf-info-number-of-pages): Adjust. * test/run-tests.el:
2015-01-21Changed built system.Andreas Politz
* test/run-tests.el (file-name-directory): Run tests on the installed package. * server/configure.ac: Get the version from the toplevel Makefile. * README.org: Adjust installation instructions. * Makefile: Don't require cask anymore. * Cask: Adjust dependencies. * .gitignore: Add package files.
2015-01-14Restructured test handling.Andreas Politz