-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule shunit2-lib
updated
17 files
+14 −0 | .editorconfig | |
+9 −0 | .shellcheckrc | |
+10 −1 | .travis.yml | |
+147 −0 | CONTRIBUTING.md | |
+29 −22 | README.md | |
+59 −0 | examples/output_test.sh | |
+2 −0 | lib/versions | |
+90 −129 | shunit2 | |
+21 −20 | shunit2_args_test.sh | |
+20 −5 | shunit2_asserts_test.sh | |
+5 −7 | shunit2_failures_test.sh | |
+99 −0 | shunit2_general_test.sh | |
+76 −92 | shunit2_macros_test.sh | |
+32 −64 | shunit2_misc_test.sh | |
+70 −0 | shunit2_shopt_test.sh | |
+3 −5 | shunit2_standalone_test.sh | |
+2 −14 | shunit2_test_helpers |