mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
13 lines
189 B
Bash
13 lines
189 B
Bash
|
#!/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
|