about summary refs log tree commit diff
path: root/third_party/git/t/t4050-diff-histogram.sh
blob: fd3e86a74f3d92d837e2557236776400687f7a5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

test_description='histogram diff algorithm'

. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-diff-alternative.sh

test_diff_frobnitz "histogram"

test_diff_unique "histogram"

test_done