This is v2 of the smoke testing RFC. It solves the TODO issues noted
in v1 of the RFC. There's now a smoke testing infrastructure for Git
at http://smoke.git.nix.is/, and this patch adds bits to git to
interoperate with it.
There's a lot more info in the first patch, and t/README documentation
in the second one.
Ævar Arnfjörð Bjarmason (2):
tests: Infrastructure for Git smoke testing
t/README: Document the Smoke testing
t/Makefile | 35 ++++++++++++++++++++++++++++++-
t/README | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
t/harness | 21 +++++++++++++++++++
3 files changed, 121 insertions(+), 1 deletions(-)
create mode 100755 t/harness