update copyright date to 2013
[dpdk.git] / app / test / test.c
index b2c06f8..a5b072c 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2012 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without 
@@ -79,6 +79,9 @@ do_recursive_call(void)
                        { "test_invalid_b_flag", no_action },
                        { "test_invalid_r_flag", no_action },
                        { "test_misc_flags", no_action },
+                       { "test_memory_flags", no_action },
+                       { "test_file_prefix", no_action },
+                       { "test_no_huge_flag", no_action },
        };
 
        if (recursive_call == NULL)
@@ -131,7 +134,6 @@ main(int argc, char **argv)
 
        rte_timer_subsystem_init();
 
-       argc -= ret;
        argv += ret;
 
        prgname = argv[0];