]> git.eshelyaron.com Git - emacs.git/commit
Convert many manual cedet tests to ert
authorStefan Kangas <stefan@marxist.se>
Wed, 10 Feb 2021 01:07:55 +0000 (02:07 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 10 Feb 2021 05:25:44 +0000 (06:25 +0100)
commit843ca067dbee2555b91f3b08f7acc8a70915f383
tree0f7e7054eb197ce51d4824ee773a439e58db6918
parenta0451be18b2581f5288e1123ee7bbd2aabccbe52
Convert many manual cedet tests to ert

* test/manual/cedet/cedet-utests.el
(cedet-files-utest): Move test from here...
* test/lisp/cedet/cedet-files-tests.el: ...to this new file.

* test/manual/cedet/srecode-tests.el
(srecode-document-function-comment-extract-test): Move test from
here...
* test/lisp/cedet/srecode/document-tests.el: ...to this new file.

* test/manual/cedet/cedet-utests.el
(inversion-unit-test): Move test from here...
* test/lisp/cedet/inversion-tests.el: ...to this new file.

* test/manual/cedet/semantic-tests.el
(semantic-gcc-test-output-parser): Move test from here...
* test/lisp/cedet/semantic/bovine/gcc-tests.el: ...to this new file.

* test/manual/cedet/semantic-tests.el
(semantic-test-data-cache): Move test from here...
* test/lisp/cedet/semantic/fw-tests.el: ...to this new file.
test/lisp/cedet/cedet-files-tests.el [new file with mode: 0644]
test/lisp/cedet/inversion-tests.el [new file with mode: 0644]
test/lisp/cedet/semantic/bovine/gcc-tests.el [new file with mode: 0644]
test/lisp/cedet/semantic/fw-tests.el [new file with mode: 0644]
test/lisp/cedet/srecode/document-tests.el [new file with mode: 0644]
test/manual/cedet/cedet-utests.el
test/manual/cedet/semantic-tests.el
test/manual/cedet/srecode-tests.el