X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Ftest.c;fp=src%2Ftest.c;h=3187900db44c5da3c3f01746dcf69adb012b4434;hp=1c749130a3199d3d09847735b12eae558a49dc35;hb=886cc094e117109312eb86a90dc43a376e43c457;hpb=db61675ec0440336842fbc2c1382fc71ef434776 diff --git a/src/test.c b/src/test.c index 1c749130..3187900d 100644 --- a/src/test.c +++ b/src/test.c @@ -40,6 +40,7 @@ const char *test_subdir_p(); const char *test_dir_matches_p(); const char *test_commands_sorted(); const char *test_cmd_spec_restrict_file_names(); +const char *test_path_simplify (); const char *test_append_uri_pathel(); const char *test_are_urls_equal(); const char *test_is_robots_txt_url(); @@ -54,6 +55,7 @@ all_tests() mu_run_test (test_dir_matches_p); mu_run_test (test_commands_sorted); mu_run_test (test_cmd_spec_restrict_file_names); + mu_run_test (test_path_simplify); mu_run_test (test_append_uri_pathel); mu_run_test (test_are_urls_equal); mu_run_test (test_is_robots_txt_url);