summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug#27315Michael Albinus2017-06-141-0/+1
* Use --module-assertions if modules are availablePhilipp Stephani2017-06-141-1/+7
* Fix running tests in without-modules buildsGlenn Morris2017-06-131-1/+1
* * test/Makefile.in (src/emacs-module-tests.log): Out-of-tree fix.Glenn Morris2017-06-131-4/+3
* Inline test module Makefile into main test MakefilePhilipp Stephani2017-06-132-63/+30
* Fix wrong indentation after string literal (Bug#27306)Noam Postavsky2017-06-131-0/+13
* Print module structure sizes when initializing test modulePhilipp Stephani2017-06-121-2/+12
* Give a more informative failure in module assertion testGlenn Morris2017-06-121-5/+8
* Fix off-by-one errorPhilipp Stephani2017-06-121-1/+1
* Clean up after module assertion testsGlenn Morris2017-06-121-20/+24
* Small improvement for module assertion testGlenn Morris2017-06-121-15/+15
* Improve previous test/data/emacs-module/Makefile changeGlenn Morris2017-06-121-1/+2
* Small improvements for test/data/emacs-module/MakefileGlenn Morris2017-06-121-2/+8
* Test module: add necessary version checksPhilipp Stephani2017-06-121-0/+6
* Use additional CFLAGS from configurePhilipp Stephani2017-06-121-1/+7
* Use Autoconf to generate the test module MakefilePhilipp Stephani2017-06-122-11/+16
* Also compile test module as C11Philipp Stephani2017-06-121-2/+2
* Implement module assertions for usersPhilipp Stephani2017-06-123-4/+62
* Some further improvements for tramp-gvfs.elMichael Albinus2017-06-111-0/+2
* Fix highlighting of CSS selectors with double hyphensSimen Heggestøyl2017-06-111-0/+5
* Give test files a -tests.el suffixPhilipp Stephani2017-06-094-8/+8
* More small authors.el updatesGlenn Morris2017-06-061-1/+1
* * test/lisp/subr-tests.el (subr-tests-bug22027): Add test.Tino Calancha2017-06-051-0/+10
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2017-06-052-3/+3
|\
| * Add missing dependency to test module source filePhilipp Stephani2017-06-051-1/+1
| * Rework printing of module functionsPhilipp Stephani2017-06-041-2/+2
* | Some minor tweaks in tramp-tests.elMichael Albinus2017-06-051-16/+18
|/
* Support a new CSS indentation styleSimen Heggestøyl2017-06-032-0/+21
* Fix a bug when using format field numbersPhilipp Stephani2017-06-031-1/+2
* Fix with-todo-testGlenn Morris2017-06-021-2/+4
* Limit format fields to more POSIX-like specPaul Eggert2017-06-011-6/+22
* Minor improvements to format field numbersPaul Eggert2017-06-021-7/+3
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-0/+18
* Correct and isolate the todo-mode test environmentStephen Berman2017-06-011-51/+59
* Improve testing of octal and hex display of raw bytesEli Zaretskii2017-06-011-6/+21
* Add customizable to display raw bytes as hexVasilij Schneidermann2017-06-011-1/+26
* Revert "Add customizable to display raw bytes as hex"Eli Zaretskii2017-06-011-26/+1
* Add customizable to display raw bytes as hexEli Zaretskii2017-06-011-1/+26
* Quieten compilation of some test filesGlenn Morris2017-05-313-7/+7
* Avoid elisp-mode test failures when source dir has multiple namesGlenn Morris2017-05-311-1/+4
* * test/Makefile.in (.SECONDARY): Stop make deleting .elc files.Glenn Morris2017-05-311-0/+3
* cl-print: handle circular objects when `print-circle' is nil (Bug#27117)Noam Postavsky2017-05-311-0/+8
* Further simplify test/Makefile, optionally load elc testsNoam Postavsky2017-05-311-28/+19
* Avoid subr test failure when source dir has multiple namesGlenn Morris2017-05-301-1/+2
* Make "make check" less verbose by defaultGlenn Morris2017-05-301-11/+25
* Reduce scope of recent test/Makefile HOME changeGlenn Morris2017-05-301-4/+1
* Skip .#* temporaries when finding sourcesPaul Eggert2017-05-301-1/+1
* Stop make check interacting with HOMEGlenn Morris2017-05-301-0/+3
* todo-mode: don't assume an ordering of testsGlenn Morris2017-05-291-3/+7
* Add initial tests for todo-mode.elStephen Berman2017-05-293-0/+149