]> git.eshelyaron.com Git - emacs.git/commit
Run admin/cus-tests.el tests from test suite
authorStefan Kangas <stefan@marxist.se>
Fri, 19 Feb 2021 11:31:56 +0000 (12:31 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 21 Feb 2021 19:20:40 +0000 (20:20 +0100)
commit2790c6a572a905359c60f055c682b28ef5c8ff0d
treef1ead4a299220d2534b9ec4fddd2a11abfe481ac
parentff759b1d0a901e5408a9dfea6c6bc77d1ae1dbf3
Run admin/cus-tests.el tests from test suite

* test/Makefile.in (SUBDIRS): Run tests in new directory "misc",
intended for tests not belonging to any one file.
* test/misc/test-custom-deps.el:
* test/misc/test-custom-libs.el:
* test/misc/test-custom-noloads.el:
* test/misc/test-custom-opts.el: New files.
* test/lisp/custom-tests.el (custom--test-local-option): Move test to
above new file test-custom-opts.el.

* admin/cus-test.el: Document running tests from regular test suite.
* test/file-organization.org (Test Files): Document new test directory
"misc" for tests not belonging to any one file.
admin/cus-test.el
test/Makefile.in
test/file-organization.org
test/lisp/custom-tests.el
test/misc/test-custom-deps.el [new file with mode: 0644]
test/misc/test-custom-libs.el [new file with mode: 0644]
test/misc/test-custom-noloads.el [new file with mode: 0644]
test/misc/test-custom-opts.el [new file with mode: 0644]