]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh
authorJeff Hostetler <jeffhost@microsoft.com>
Fri, 22 Feb 2019 22:25:10 +0000 (14:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Feb 2019 23:28:22 +0000 (15:28 -0800)
commita15860dca3f194bb87e2d6028264791a4cec031d
treef698673eff6ec23974750ecdf120ba3e9349b4ff
parentb3a5d5a80ce76ebfc1f7c86afe985562174b6325
trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh

Create unit tests for Trace2.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
t/helper/test-tool.c
t/helper/test-tool.h
t/helper/test-trace2.c [new file with mode: 0644]
t/t0210-trace2-normal.sh [new file with mode: 0755]
t/t0210/scrub_normal.perl [new file with mode: 0644]
t/t0211-trace2-perf.sh [new file with mode: 0755]
t/t0211/scrub_perf.perl [new file with mode: 0644]
t/t0212-trace2-event.sh [new file with mode: 0755]
t/t0212/parse_events.perl [new file with mode: 0644]