aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorChandra Pratap <chandrapratap3519@gmail.com>2024-01-21 19:28:45 +0000
committerJunio C Hamano <gitster@pobox.com>2024-01-22 10:55:01 -0800
commit808b77e5d47094ac8178b08d4c20e4893485bfca (patch)
treea3b0d157014efb3c55869a4307cb3bc25ff64ee0 /t/helper/test-tool.c
parentThe eighth batch (diff)
downloadgit-808b77e5d47094ac8178b08d4c20e4893485bfca.tar.gz
git-808b77e5d47094ac8178b08d4c20e4893485bfca.zip
tests: move t0009-prio-queue.sh to the new unit testing framework
t/t0009-prio-queue.sh along with t/helper/test-prio-queue.c unit tests Git's implementation of a priority queue. Migrate the test over to the new unit testing framework to simplify debugging and reduce test run-time. Refactor the required logic and add a new test case in addition to porting over the original ones in shell. Signed-off-by: Chandra Pratap <chandrapratap3519@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-tool.c')
-rw-r--r--t/helper/test-tool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c
index 37ba996539..ccc1d3674f 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -56,7 +56,6 @@ static struct test_cmd cmds[] = {
{ "path-utils", cmd__path_utils },
{ "pcre2-config", cmd__pcre2_config },
{ "pkt-line", cmd__pkt_line },
- { "prio-queue", cmd__prio_queue },
{ "proc-receive", cmd__proc_receive },
{ "progress", cmd__progress },
{ "reach", cmd__reach },