Welcome to mirror list, hosted at ThFree Co, Russian Federation.

t4050-diff-histogram.sh « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c61b30f96daf57a9c7f3185bdd8ea3c4aeb9dbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

test_description='histogram diff algorithm'

TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-diff-alternative.sh

test_diff_frobnitz "histogram"

test_diff_unique "histogram"

test_done