]> sjero.net Git - wget/blobdiff - src/test.c
[svn] Fixes for recursive spider mode.
[wget] / src / test.c
index 9f54a3e4a73fb37f33d1f5d9188e7ff4fcbd3393..164a6d99814087984a3aaa644b0f11ce2f882a6e 100644 (file)
@@ -38,6 +38,10 @@ so, delete this exception statement from your version.  */
 const char *test_parse_content_disposition();
 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;
 
@@ -47,6 +51,10 @@ all_tests()
   mu_run_test (test_parse_content_disposition);
   mu_run_test (test_subdir_p);
   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;
 }