diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-01-04 12:04:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-04 12:04:34 +0700 |
commit | 5ff5a7186ad1d6d55e8e8a123f16c85803e9f810 (patch) | |
tree | 7caeadd523c54aa0cbd8e5d7ce81c1f5ea3426d6 /development/Catch/slack-desc | |
parent | 6e59605d72dcfa62600b5f598fcce00cd81e9c44 (diff) | |
download | slackbuilds-5ff5a7186ad1d6d55e8e8a123f16c85803e9f810.tar.gz |
development/Catch: Added (Unit-Test, TDD, and BDD C++ Framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Catch/slack-desc')
-rw-r--r-- | development/Catch/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/Catch/slack-desc b/development/Catch/slack-desc new file mode 100644 index 0000000000..e7f8d34e4c --- /dev/null +++ b/development/Catch/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +Catch: Catch (Unit-tests, TDD and BDD C++ framework) +Catch: +Catch: Catch stands for C++ Automated Test Cases in Headers and is a +Catch: multi-paradigm automated test framework for C++ and Objective-C +Catch: (and, maybe, C). It is implemented entirely in a set of header +Catch: files, but is packaged up as a single header for extra convenience. +Catch: +Catch: +Catch: +Catch: https://github.com/philsquared/Catch +Catch: |