This patch series comes out of the discussion at $gmane/234874, adding a new (modern) form of writing tests. This form allows easier extensibility of test cases. In the next patch a --cleanup option is added for performance tests. The option does nothing for normal tests, as test_when_finished is the better option for them. The last patch adds a few simple tests to show the capabilities of the new --cleanup option. Junio C Hamano (1): test-lib: introduce "modern" style tests Thomas Gummerer (1): perf-lib: add cleanup option Thomas Rast (1): p0003-index.sh: add perf test for the index formats t/README | 24 +++++++++++++-- t/perf/README | 21 ++++++++++++- t/perf/p0003-index.sh | 56 +++++++++++++++++++++++++++++++++++ t/perf/perf-lib.sh | 32 +++++++++++++------- t/t0008-ignores.sh | 34 ++++++++++----------- t/test-lib-functions.sh | 78 +++++++++++++++++++++++++++++++++++++++---------- 6 files changed, 200 insertions(+), 45 deletions(-) create mode 100755 t/perf/p0003-index.sh -- 1.8.3.4.1241.g1ce9896 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html