X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Ftest.c;h=68c4863bca551a9ba2100ce69ec2118d9d07bf37;hp=e7ce54cf74340dd3384a5844435476e69b4b0862;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hpb=2f6aa1d7417df1dfc58597777686fbd77179b9fd diff --git a/src/test.c b/src/test.c index e7ce54cf..68c4863b 100644 --- a/src/test.c +++ b/src/test.c @@ -28,6 +28,8 @@ Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work. */ +#include "wget.h" + #include #include "test.h" @@ -46,6 +48,8 @@ const char *test_append_uri_pathel(); const char *test_are_urls_equal(); const char *test_is_robots_txt_url(); +const char *program_argstring = "TEST"; + int tests_run; static const char * @@ -67,7 +71,7 @@ all_tests() char *program_name; /* Needed by lib/error.c. */ int -main (int argc, char *argv[]) +main (int argc _GL_UNUSED, char *argv[]) { const char *result;