aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/flymake/warnpred (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move flymake test data to more standard locationGlenn Morris2014-12-153-15/+0
| | | | | | | * test/automated/flymake-tests.el (flymake-tests-data-directory): Change from flymake/warnpred to more standard data/flymake. * .gitignore: Update for relocated flymake test data.
* Extend flymake's warning predicate to be a function. Test suite for flymake.Eduard Wiebe2013-06-213-0/+15
* lisp/progmodes/flymake.el (flymake-warning-predicate): New. (flymake-parse-line): Use it. (flymake-warning-re): Make obsolete alias to `flymake-warning-predicate'. * doc/misc/flymake.texi (Parsing the output, Customizable variables): Add reference to `flymake-warning-predicate'. * test/automated/flymake-tests.el: * test/automated/flymake/warnpred/Makefile * test/automated/flymake/warnpred/test.c * test/automated/flymake/warnpred/test.pl: New files. Fixes: debbugs:14217