Implement the generated dependency with a stamp file to avoid needlessrecompiling of the test programs. Add some RCS ids.
These tests didn't work without setting READLINE because we don'tinstall <editline/readline.h> by default; make them work by usingthe copy from the source tree.Issue reported by otto@.
Add detailed error messages and restructure to make the individualtest functions shorter and easier to understand. The total numberof lines remains unchanged.
Test history_get() return value;from Bastian Maerkisch <bmaerkisch at web dot de>.
The argument of remove_history() only counts existing entries,not those that were previously deleted.
Style unification and whitespace cleanup, in part suggested byChristian Heckendorf. No functional change.
A few regression tests for libedit readline(3) compat code.Not linked to the build for now because these tests still fail forour libedit and because readline compat is not enabled in our build.Te
A few regression tests for libedit readline(3) compat code.Not linked to the build for now because these tests still fail forour 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.
show more ...