diff options
Diffstat (limited to 'debian/tests/shunit2')
-rwxr-xr-x | debian/tests/shunit2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/tests/shunit2 b/debian/tests/shunit2 new file mode 100755 index 0000000..9dfbd0a --- /dev/null +++ b/debian/tests/shunit2 @@ -0,0 +1,4 @@ +#!/bin/sh +set -e + +make test-installed |