X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Ftest.c;fp=src%2Ftest.c;h=164a6d99814087984a3aaa644b0f11ce2f882a6e;hp=bc24feaa000944acc772e4ea39530c5ee148e75c;hb=60c88ee992b501590aeed111a669e99fbff7ef82;hpb=79f66dfd1537edc79cead657d171018c85c05425 diff --git a/src/test.c b/src/test.c index bc24feaa..164a6d99 100644 --- a/src/test.c +++ b/src/test.c @@ -40,6 +40,8 @@ const char *test_subdir_p(); const char *test_dir_matches_p(); const char *test_cmd_spec_restrict_file_names(); const char *test_append_uri_pathel(); +const char *test_are_urls_equal(); +const char *test_is_robots_txt_url(); int tests_run; @@ -51,6 +53,8 @@ all_tests() mu_run_test (test_dir_matches_p); mu_run_test (test_cmd_spec_restrict_file_names); mu_run_test (test_append_uri_pathel); + mu_run_test (test_are_urls_equal); + mu_run_test (test_is_robots_txt_url); return NULL; }