aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/cedet/semantic-utest.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use lexical-binding in most semantic testsStefan Kangas2020-04-281-16/+14
| | | | | | | | | | | | | | | | | | | | * test/lisp/cedet/semantic-utest-fmt.el: * test/lisp/cedet/semantic-utest-ia.el: * test/lisp/cedet/semantic-utest.el: * test/lisp/cedet/srecode-utest-getset.el: * test/lisp/cedet/srecode-utest-template.el: Use lexical-binding. * test/lisp/cedet/semantic-utest-fmt.el (semantic-fmt-utest): * test/lisp/cedet/semantic-utest.el (semantic-utest-generic) (semantic-utest-Python, semantic-utest-Javascript) (semantic-utest-Java, semantic-utest-Makefile) (semantic-utest-Scheme, semantic-utest-Html, semantic-utest-PHP) (semantic-utest-Csharp, semantic-utest-last-invalid): * test/lisp/cedet/semantic-utest-ia.el (semantic-ia-utest-buffer) (semantic-symref-test-count-hits-in-tag): * test/lisp/cedet/srecode-utest-getset.el (srecode-insert-getset-fully-automatic-flag): Silence byte-compiler.
* Don't skip test semantic-utest-PythonStefan Kangas2020-04-281-1/+1
| | | | | * test/lisp/cedet/semantic-utest.el (semantic-utest-Python): Ensure test is not skipped.
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* * test/lisp/cedet/semantic-utest: silence compiler warningsEric Ludlam2019-10-271-24/+1
| | | | | | | | | | * test/lisp/cedet/semantic-utest-c.el (semantic-test-c-preprocessor-simulation): Use with-current-buffer. * test/lisp/cedet/semantic-utest.el (semantic-utest-makebuffer): Use read-only-mode. (semantic-utest-verify-names-jave, semantic-utest-verify-names-2): Remove functions, unused.
* Convert manual CEDET tests from test/manual/cedet to beEric Ludlam2019-10-151-0/+793
automated tests in test/lisp/cedet. Author: Eric Ludlam <zappo@gnu.org>