update copyright date to 2013
[dpdk.git] / app / test / test.c
index f98656c..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 
@@ -30,7 +30,6 @@
  *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  * 
- *  version: DPDK.L.1.2.3-3
  */
 
 #include <string.h>
@@ -80,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)
@@ -132,7 +134,6 @@ main(int argc, char **argv)
 
        rte_timer_subsystem_init();
 
-       argc -= ret;
        argv += ret;
 
        prgname = argv[0];