Skip to content

pseyfert/zsh-boost-test-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Licence: GPL v3

zsh-boost-test-completion

tab completion for Boost.Test.

USAGE

  • 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 shell compdef _boosttest <testexecutablename>.
  • environment parameter value expansion is in place like: BOOST_TEST_LOGGER=⇥. Not though for BOOST_TEST_⇥, yet.

Contributing

Contributions are welcome.

This may be (but is not restricted to), bug reports, bug fixes, additions of missing functions.

Maintenance

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.

Releases

No releases published

Packages

No packages published