Commit 27f27d6
committed
test/sharness: Add sharness v1.0.0 as a submodule
It's GPLv2+ [1], so using a submodule keeps the separation from our
Apache 2.0 source clear. And it's an isolated enough dependency that
I prefer to keep the Git histories separate.
Generated with:
$ mkdir test
$ git submodule add git://github.com/mlafeldt/sharness.git test/sharness
$ (cd test/sharness && git checkout v1.0.0)
$ git add test/sharness
$ cd test
$ ln -s sharness/aggregate-results.sh
$ ln -s sharness/sharness.sh
$ ln -s sharness/test/Makefile
$ emacs README.md
$ git add README.md Makefile sharness.sh aggregate-results.sh
[1]: https://github.com/mlafeldt/sharness/tree/v1.0.0#license
Signed-off-by: W. Trevor King <wking@tremily.us>1 parent 6210a30 commit 27f27d6
6 files changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Submodule sharness added at 64595a2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments