diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2013-12-01 10:07:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-01 13:01:01 +0700 |
commit | aa4341618b33db399a6d609b152516cc9568bb79 (patch) | |
tree | 30d9e2c79a1478de03a1e4fc28ce8a88339f4cc7 /development/cunit/slack-desc | |
parent | e8171b19e0c6d15e6b1ea90a8a6525361aeeb533 (diff) |
development/cunit: Added (Unit Testing Framework for C).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cunit/slack-desc')
-rw-r--r-- | development/cunit/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/cunit/slack-desc b/development/cunit/slack-desc new file mode 100644 index 0000000000000..df76463c25c07 --- /dev/null +++ b/development/cunit/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------------------------------------------------------| +cunit: cunit (unit testing framework for C) +cunit: +cunit: CUnit is a lightweight system for writing, administering, and running +cunit: unit tests in C. It provides C programmers a basic testing +cunit: functionality with a flexible variety of user interfaces. +cunit: +cunit: http://cunit.sourceforge.net +cunit: +cunit: +cunit: +cunit: |