diff options
Diffstat (limited to 't/t0071-sort.sh')
-rwxr-xr-x | t/t0071-sort.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/t/t0071-sort.sh b/t/t0071-sort.sh new file mode 100755 index 0000000..ba8ad1d --- /dev/null +++ b/t/t0071-sort.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +test_description='verify sort functions' + +TEST_PASSES_SANITIZE_LEAK=true +. ./test-lib.sh + +test_expect_success 'DEFINE_LIST_SORT_DEBUG' ' + test-tool mergesort test +' + +test_done |