Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions bpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "shUnit2",
"description": "xUnit unit test framework for Bourne based shell scripts",

"license": "Apache License 2.0",

"scripts": [ "shunit2" ],
"install": "install -b shunit2 ${PREFIX:-/usr/local}/bin/shunit2",

"commands": {
"githooks": "./init_githooks.sh",
"test": "./test_runner $@"
},

"commands-description": {
"githooks": "Initialize the local git hooks in this repository",
"test": "Runs all the unit tests that can be found, and generates a nice report of the tests"
}
}