]> git.eshelyaron.com Git - emacs.git/commit
Move semantic/format.el tests to follow our conventions
authorStefan Kangas <stefan@marxist.se>
Wed, 10 Feb 2021 03:14:48 +0000 (04:14 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 10 Feb 2021 05:36:09 +0000 (06:36 +0100)
commitc07459fd10a9352b32d4de6e9145a419772bd70b
tree3736698a505597b85ef41a48c544ce65dbac7360
parent18ad1388d00e40a031bead1d0b5a0ae429dcc8ad
Move semantic/format.el tests to follow our conventions

* test/lisp/cedet/semantic-utest-fmt.el: Move from here...
* test/lisp/cedet/semantic/format-tests.el: ...to here.
(ert, ert-x): Require.
(semantic-fmt-utest-file-list): Use ert-resource-file.
* test/manual/cedet/tests/test-fmt.cpp:
* test/manual/cedet/tests/test-fmt.el: Move from here...
* test/lisp/cedet/semantic/format-resources/test-fmt.cpp:
* test/lisp/cedet/semantic/format-resources/test-fmt.el: ...to here.
test/lisp/cedet/semantic-utest-fmt.el [deleted file]
test/lisp/cedet/semantic/format-resources/test-fmt.cpp [new file with mode: 0644]
test/lisp/cedet/semantic/format-resources/test-fmt.el [new file with mode: 0644]
test/lisp/cedet/semantic/format-tests.el [new file with mode: 0644]
test/manual/cedet/tests/test-fmt.cpp [deleted file]
test/manual/cedet/tests/test-fmt.el [deleted file]