summaryrefslogtreecommitdiffstats
path: root/tests/unit-tests.c
diff options
context:
space:
mode:
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;
}