summaryrefslogtreecommitdiffstats
path: root/tests/unit-tests.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:56:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:56:12 +0000
commit5fc9e0f4acbb0647b6564d091257340b4ce800f1 (patch)
tree7c2ae9ffc1d5f93f36444e153ddaed2434612f9e /tests/unit-tests.h
parentReleasing progress-linux version 1.21.4-1~progress7.99u1. (diff)
downloadwget-5fc9e0f4acbb0647b6564d091257340b4ce800f1.tar.xz
wget-5fc9e0f4acbb0647b6564d091257340b4ce800f1.zip
Merging upstream version 1.24.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/unit-tests.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit-tests.h b/tests/unit-tests.h
index 16573b1..44635f0 100644
--- a/tests/unit-tests.h
+++ b/tests/unit-tests.h
@@ -1,5 +1,5 @@
/* Unit testing declarations.
- 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.
@@ -55,6 +55,7 @@ const char *test_is_robots_txt_url(void);
const char *test_path_simplify (void);
const char *test_append_uri_pathel(void);
const char *test_are_urls_equal(void);
+const char *test_uri_merge(void);
const char *test_subdir_p(void);
const char *test_dir_matches_p(void);
const char *test_hsts_new_entry(void);
@@ -62,6 +63,7 @@ const char *test_hsts_url_rewrite_superdomain(void);
const char *test_hsts_url_rewrite_congruent(void);
const char *test_hsts_read_database(void);
const char *test_parse_netrc(void);
+const char *test_retr_rate(void);
#endif /* TEST_H */