aboutsummaryrefslogtreecommitdiffstats
path: root/test/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2019-08-28Clarify meaning of <filename> in test/READMEMichael Albinus1-0/+3
2019-07-13; Some precisements in test/READMEMichael Albinus1-9/+10
2019-01-03Adapt test/READMEMichael Albinus1-0/+10
* test/README: Speak about continous integration tests on hydra and emba.
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
2018-11-13* test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.Michael Albinus1-0/+9
2018-06-12; Reduce quoting for SELECTOR in 'make -C test' (Bug#31744)Noam Postavsky1-1/+4
Before: make -C test SELECTOR='\"foo\"' make -C test SELECTOR='(quote (tag :some-tag))' After: make -C test SELECTOR='"foo"' make -C test SELECTOR='(tag :some-tag)' * test/Makefile.in: Use single quotes around the command line call to ert, this means the user doesn't have to backslash escape double quotes when writing lisp strings for the selector. Also wrap the SELECTOR value in (quote ...) so the user won't have to type it in (and not get tempted to use the '... reader syntax form which would now fail to work due to using single quotes around the whole shell arg). * test/README: Update instructions accordingly.
2018-06-12; test/Makefile.in: Add TEST_INTERACTIVE option (Bug#31744).Noam Postavsky1-0/+6
* test/README: Note the new option.
2018-03-19; Spelling fixPaul Eggert1-1/+1
2018-03-19Print top time consuming tests if advisedMichael Albinus1-0/+5
* lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New argument HIGH. Print top-running tests. * test/Makefile.in (check-doit): Use ${SUMMARIZE_TESTS}. * test/README: Explain SUMMARIZE_TESTS.
2018-03-17Print test timings unconditionallyMichael Albinus1-5/+0
* lisp/emacs-lisp/ert.el (ert-batch-print-duration): Remove. (ert-run-tests-batch): Adapt accordingly. * test/Makefile.in: * test/README: Remove TEST_PRINT_TEST_DURATION.
2018-03-16Optimize "make check" and "make check-maybe"Michael Albinus1-6/+21
* lisp/emacs-lisp/ert.el (ert-run-tests-batch): Print summary duration. * test/Makefile.in (TEST_LOAD_EL): Set default to "no" for targets all, check, and check-maybe. (Bug#30807) * test/README: Reflect recent changes in Makefile. * test/lisp/net/tramp-archive-tests.el (tramp-archive-test99-libarchive-tests): Tag it :unstable.
2018-03-14; * test/README: Fix typoMichael Albinus1-1/+1
2018-03-14Extend ert to print duration of single testsMichael Albinus1-0/+5
* lisp/emacs-lisp/ert.el (ert-test-result): New slot ´duration'. (ert-run-or-rerun-test): Set it. (ert-batch-print-duration): New defvar. (ert-run-tests-batch): Print duration if needed. * test/Makefile.in (TEST_PRINT_TEST_DURATION): New variable. * test/README: Explain TEST_PRINT_TEST_DURATION.
2018-01-26; test/README: Document TEST_LOAD_EL parameter.Noam Postavsky1-0/+6
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
Run admin/update-copyright.
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
Run admin/update-copyright.
2016-09-24Update test suite files due to removal of test/lisp/legacyEli Zaretskii1-0/+3
* test/README: Reference file-organization.org. * test/file-organization.org: Remove the description of files in the lisp/legacy/ directory.
2016-02-16Minor cleanup in CONTRIBUTE and test/READMEMichael Albinus1-2/+1
* CONTRIBUTE: Remove detailed explanation about testing; this is now in test/README. * test/README: Don't mention automated/ subdirectory.
2016-02-10Describe Makefile test targets in test/READMEMichael Albinus1-0/+58
* CONTRIBUTE: Move Makefile test targets to test/README. * Makefile.in: * test/README: Describe Makefile test targets.
2009-07-26Mention etc/compilation.txtChong Yidong1-0/+2
2008-02-29New file.Glenn Morris1-0/+2