X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-linkedhash_list.c;h=f368b58df1e4d0c08d20ec927c5d7f1089fe32d9;hb=b0d9d3aa695aebab5ebc0fb02ebeac9e59f57242;hp=bcbc9bddf34e643d5c344d06169578e805f2e3b1;hpb=72f1dc222e2a295a3c819d3f5eb89b80ccf52074;p=gnulib.git diff --git a/tests/test-linkedhash_list.c b/tests/test-linkedhash_list.c index bcbc9bddf..f368b58df 100644 --- a/tests/test-linkedhash_list.c +++ b/tests/test-linkedhash_list.c @@ -1,5 +1,5 @@ /* Test of sequential list data type implementation. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software; you can redistribute it and/or modify @@ -20,12 +20,14 @@ # include #endif +#include "gl_linkedhash_list.h" + #include #include #include #include "gl_array_list.h" -#include "gl_linkedhash_list.h" +#include "progname.h" static const char *objects[15] = { @@ -87,6 +89,8 @@ main (int argc, char *argv[]) { gl_list_t list1, list2, list3; + set_program_name (argv[0]); + /* Allow the user to provide a non-default random seed on the command line. */ if (argc > 1) srand (atoi (argv[1]));