]> sjero.net Git - wget/blobdiff - src/test.c
[svn] Fixes for recursive spider mode.
[wget] / src / test.c
index bc24feaa000944acc772e4ea39530c5ee148e75c..164a6d99814087984a3aaa644b0f11ce2f882a6e 100644 (file)
@@ -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;
 }