]> git.eshelyaron.com Git - emacs.git/commit
Move some test data to follow our conventions
authorStefan Kangas <stefan@marxist.se>
Fri, 23 Oct 2020 14:29:46 +0000 (16:29 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 23 Oct 2020 14:29:46 +0000 (16:29 +0200)
commit49bc8586b7abc8e1e36027ca5eec0d0488a27474
treedd3d9c8a4eb7e85205ee7565d01c91ca21ef79ec
parentd21cdb6c056453d4e4ef8a3a1f27d8bc203c09ea
Move some test data to follow our conventions

* test/data/emacs-module/mod-test.c: Move from here...
* test/src/emacs-module-resources/mod-test.c: ...to here.
* test/src/emacs-module-tests.el (ert-x): Require.
(mod-test-file, module/describe-function-1):
* test/Makefile.in (test_module_dir): Adjust for move.

* test/data/files-bug18141.el.gz: Move from here...
* test/lisp/files-resources/files-bug18141.el.gz: ... to here.
* test/lisp/files-tests.el (ert-x): Require.
(files-test-bug-18141-file): Use ert-resource-file.

* test/data/mailcap/mime.types: Move from here...
* test/lisp/net/mailcap-resources/mime.types: ...to here.
* test/lisp/net/mailcap-tests.el (ert-x): Require.
(mailcap-tests-path): Use ert-resource-file.

* test/data/somelib.el:
* test/data/somelib2.el: Move from here...
* test/src/lread-resources/somelib.el:
* test/src/lread-resources/somelib2.el: ...to here.
* test/src/lread-tests.el (ert, ert-x): Require.
(lread-test-bug26837): Use ert-resource-directory.

* test/data/syntax-comments.txt: Move from here....
* test/src/syntax-resources/syntax-comments.txt: ...to here.
* test/src/syntax-tests.el (ert-x): Require.
(syntax-comments, syntax-br-comments, syntax-pps-comments):
Use ert-resource-file.

* test/data/xref/file1.txt:
* test/data/xref/file2.txt: Move from here...
* test/lisp/progmodes/xref-resources/file1.txt:
* test/lisp/progmodes/xref-resources/file2.txt: ...to here.
* test/lisp/progmodes/xref-tests.el (ert, ert-x): Require.
(xref-tests-data-dir): Use ert-resource-directory.
23 files changed:
test/Makefile.in
test/data/emacs-module/mod-test.c [deleted file]
test/data/files-bug18141.el.gz [deleted file]
test/data/mailcap/mime.types [deleted file]
test/data/somelib.el [deleted file]
test/data/somelib2.el [deleted file]
test/data/syntax-comments.txt [deleted file]
test/data/xref/file1.txt [deleted file]
test/data/xref/file2.txt [deleted file]
test/lisp/files-resources/files-bug18141.el.gz [new file with mode: 0644]
test/lisp/files-tests.el
test/lisp/net/mailcap-resources/mime.types [new file with mode: 0644]
test/lisp/net/mailcap-tests.el
test/lisp/progmodes/xref-resources/file1.txt [new file with mode: 0644]
test/lisp/progmodes/xref-resources/file2.txt [new file with mode: 0644]
test/lisp/progmodes/xref-tests.el
test/src/emacs-module-resources/mod-test.c [new file with mode: 0644]
test/src/emacs-module-tests.el
test/src/lread-resources/somelib.el [new file with mode: 0644]
test/src/lread-resources/somelib2.el [new file with mode: 0644]
test/src/lread-tests.el
test/src/syntax-resources/syntax-comments.txt [new file with mode: 0644]
test/src/syntax-tests.el