summaryrefslogtreecommitdiffstats
path: root/tests/unit-tests.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:56:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:56:01 +0000
commit502c540485a1626fce474639d572904a4e3c55fe (patch)
treec8bb1ed8bda9ce49697a30eaab650191e9462e2a /tests/unit-tests.c
parentAdding debian version 1.21.4-1. (diff)
downloadwget-502c540485a1626fce474639d572904a4e3c55fe.tar.xz
wget-502c540485a1626fce474639d572904a4e3c55fe.zip
Merging upstream version 1.24.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/unit-tests.c')
-rw-r--r--tests/unit-tests.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit-tests.c b/tests/unit-tests.c
index 085a032..28b9328 100644
--- a/tests/unit-tests.c
+++ b/tests/unit-tests.c
@@ -1,5 +1,5 @@
/* Unit testing.
- Copyright (C) 2005-2011, 2015, 2018-2023 Free Software Foundation,
+ Copyright (C) 2005-2011, 2015, 2018-2024 Free Software Foundation,
Inc.
This file is part of GNU Wget.
@@ -58,6 +58,7 @@ all_tests(void)
mu_run_test (test_path_simplify);
mu_run_test (test_append_uri_pathel);
mu_run_test (test_are_urls_equal);
+ mu_run_test (test_uri_merge);
mu_run_test (test_is_robots_txt_url);
#ifdef HAVE_HSTS
mu_run_test (test_hsts_new_entry);
@@ -66,6 +67,7 @@ all_tests(void)
mu_run_test (test_hsts_read_database);
#endif
mu_run_test (test_parse_netrc);
+ mu_run_test (test_retr_rate);
return NULL;
}