app: add a test on mbuf alignment
[dpdk.git] / app / test / Makefile
old mode 100644 (file)
new mode 100755 (executable)
index 543db4a..94c86e3
@@ -1,6 +1,6 @@
 #   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 
@@ -64,6 +64,7 @@ SRCS-$(CONFIG_RTE_APP_TEST) += test_memcpy_perf.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_hash.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_hash_perf.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_lpm.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_lpm6.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_debug.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_errno.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_tailq.c
@@ -84,6 +85,14 @@ SRCS-$(CONFIG_RTE_APP_TEST) += test_cmdline_ipaddr.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_cmdline_cirbuf.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_cmdline_string.c
 SRCS-$(CONFIG_RTE_APP_TEST) += test_cmdline_lib.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_red.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_sched.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_meter.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_kni.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_pmac_pm.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_pmac_acl.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_power.c
+SRCS-$(CONFIG_RTE_APP_TEST) += test_common.c
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)