aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.h
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.h
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.h')
-rw-r--r--t/helper/test-tool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h
index 8a1a7c63da..8a8926f8bc 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -49,7 +49,6 @@ int cmd__partial_clone(int argc, const char **argv);
int cmd__path_utils(int argc, const char **argv);
int cmd__pcre2_config(int argc, const char **argv);
int cmd__pkt_line(int argc, const char **argv);
-int cmd__prio_queue(int argc, const char **argv);
int cmd__proc_receive(int argc, const char **argv);
int cmd__progress(int argc, const char **argv);
int cmd__reach(int argc, const char **argv);