2011-07-12 08:10:25 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
test_description='histogram diff algorithm'
|
|
|
|
|
2021-10-31 00:24:19 +02:00
|
|
|
TEST_PASSES_SANITIZE_LEAK=true
|
2011-07-12 08:10:25 +02:00
|
|
|
. ./test-lib.sh
|
|
|
|
. "$TEST_DIRECTORY"/lib-diff-alternative.sh
|
|
|
|
|
|
|
|
test_diff_frobnitz "histogram"
|
|
|
|
|
|
|
|
test_diff_unique "histogram"
|
|
|
|
|
|
|
|
test_done
|