summaryrefslogtreecommitdiffstats
path: root/development/bats/README
diff options
context:
space:
mode:
author Heinz Wiesinger2015-01-21 13:38:10 +0100
committer Willy Sudiarto Raharjo2015-01-22 00:34:13 +0100
commitdbd33f1a255edd44eee62251d76f6918192babe9 (patch)
treea97a6d9139f8ff345aa20969e75d53854faa611d /development/bats/README
parent987f1de9e6a1044a76b669c4c6db1fe1135183ee (diff)
downloadslackbuilds-dbd33f1a255edd44eee62251d76f6918192babe9.tar.gz
development/bats: Added (Bash Automated Testing System).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bats/README')
-rw-r--r--development/bats/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/bats/README b/development/bats/README
new file mode 100644
index 0000000000..effe6e8f37
--- /dev/null
+++ b/development/bats/README
@@ -0,0 +1,3 @@
+Bats is a TAP-compliant testing framework for Bash. It provides a
+simple way to verify that the UNIX programs you write behave as
+expected.