diff options
| author | Chandra Pratap <chandrapratap3519@gmail.com> | 2024-01-21 19:28:45 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-01-22 10:55:01 -0800 |
| commit | 808b77e5d47094ac8178b08d4c20e4893485bfca (patch) | |
| tree | a3b0d157014efb3c55869a4307cb3bc25ff64ee0 /t/helper/test-tool.c | |
| parent | The eighth batch (diff) | |
| download | git-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.c | 1 |
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 }, |
