tab completion for Boost.Test.
- put the
_boosttest
in one of the directories in the$fpath
variable. - modify to your tests. e.g. by putting the test executable name in the
#compdef
line or call in your shellcompdef _boosttest <testexecutablename>
. - environment parameter value expansion is in place like:
BOOST_TEST_LOGGER=⇥
. Not though forBOOST_TEST_⇥
, yet.
Contributions are welcome.
This may be (but is not restricted to), bug reports, bug fixes, additions of missing functions.
For reference, a record of the --help
message of a Boost.Test application is kept in reference.txt
, to compare to newer versions of Boost.Test.