summaryrefslogtreecommitdiffstats
path: root/t/t0071-sort.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0071-sort.sh')
-rwxr-xr-xt/t0071-sort.sh12
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