summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Hostetler <jeffhost@microsoft.com>2019-02-22 22:25:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-02-22 23:28:22 (GMT)
commita15860dca3f194bb87e2d6028264791a4cec031d (patch)
treef698673eff6ec23974750ecdf120ba3e9349b4ff /Makefile
parentb3a5d5a80ce76ebfc1f7c86afe985562174b6325 (diff)
downloadgit-a15860dca3f194bb87e2d6028264791a4cec031d.zip
git-a15860dca3f194bb87e2d6028264791a4cec031d.tar.gz
git-a15860dca3f194bb87e2d6028264791a4cec031d.tar.bz2
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 29fec13..1486683 100644
--- a/Makefile
+++ b/Makefile
@@ -773,6 +773,7 @@ TEST_BUILTINS_OBJS += test-string-list.o
TEST_BUILTINS_OBJS += test-submodule-config.o
TEST_BUILTINS_OBJS += test-submodule-nested-repo-config.o
TEST_BUILTINS_OBJS += test-subprocess.o
+TEST_BUILTINS_OBJS += test-trace2.o
TEST_BUILTINS_OBJS += test-urlmatch-normalization.o
TEST_BUILTINS_OBJS += test-xml-encode.o
TEST_BUILTINS_OBJS += test-wildmatch.o