summaryrefslogtreecommitdiffstats
path: root/regress/lib/libedit/readline (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement the generated dependency with a stamp file to avoid needlessbluhm2017-07-051-0/+1
| | | | recompiling of the test programs. Add some RCS ids.
* These tests didn't work without setting READLINE because we don'tschwarze2016-09-062-3/+3
| | | | | | install <editline/readline.h> by default; make them work by using the copy from the source tree. Issue reported by otto@.
* Add detailed error messages and restructure to make the individualschwarze2016-06-011-112/+118
| | | | | test functions shorter and easier to understand. The total number of lines remains unchanged.
* Test history_get() return value;schwarze2016-06-011-0/+30
| | | | from Bastian Maerkisch <bmaerkisch at web dot de>.
* The argument of remove_history() only counts existing entries,schwarze2016-05-311-0/+7
| | | | not those that were previously deleted.
* Style unification and whitespace cleanup, in part suggested byschwarze2016-05-311-35/+36
| | | | Christian Heckendorf. No functional change.
* A few regression tests for libedit readline(3) compat code.schwarze2016-05-062-0/+276
Not linked to the build for now because these tests still fail for our libedit and because readline compat is not enabled in our build. Test suite written by Bastian Maerkisch <bmaerkisch@web.de>. KNF and some minor tweaks by me.