aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/emacs-module (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-08-261-0/+19
|\ \ | |/
| * Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov2018-08-251-0/+19
* | Use 'defalias' in test module instead of 'fset'.Philipp Stephani2018-02-021-2/+2
|/
* Portability fixes in emacs-module-testsEli Zaretskii2018-01-191-6/+31
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Module assertions: check for garbage collectionsPhilipp Stephani2017-07-081-0/+23
* Inline test module Makefile into main test MakefilePhilipp Stephani2017-06-131-59/+0
* Print module structure sizes when initializing test modulePhilipp Stephani2017-06-121-2/+12
* Fix off-by-one errorPhilipp Stephani2017-06-121-1/+1
* 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-121-10/+15
* Also compile test module as C11Philipp Stephani2017-06-121-2/+2
* Implement module assertions for usersPhilipp Stephani2017-06-121-0/+24
* Reimplement module functionsPhilipp Stephani2017-05-201-1/+1
* Integrate module test with normal test suitePhilipp Stephani2017-04-292-0/+309