X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2FMakefile;h=f4065271e4bc125bd2e767181489a3c18c645457;hb=c94366cfc641c6ae43d01c2ac4c6b8993817b356;hp=5b119aa612ec4511432c3ef78133b0fa62256d10;hpb=f7f3ac6dcbe2a10bfd8ef24d70cb7d19ee99530e;p=dpdk.git diff --git a/app/test/Makefile b/app/test/Makefile index 5b119aa612..f4065271e4 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -70,6 +70,7 @@ SRCS-y += test_ticketlock.c SRCS-y += test_memory.c SRCS-y += test_memzone.c SRCS-y += test_bitmap.c +SRCS-y += test_bitops.c SRCS-y += test_reciprocal_division.c SRCS-y += test_reciprocal_division_perf.c SRCS-y += test_fbarray.c @@ -80,8 +81,9 @@ SRCS-y += test_ring.c SRCS-y += test_ring_mpmc_stress.c SRCS-y += test_ring_hts_stress.c SRCS-y += test_ring_perf.c -SRCS-y += test_ring_peek_stress.c +SRCS-y += test_ring_mt_peek_stress.c SRCS-y += test_ring_rts_stress.c +SRCS-y += test_ring_st_peek_stress.c SRCS-y += test_ring_stress.c SRCS-y += test_pmd_perf.c @@ -96,6 +98,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_FLOW_CLASSIFY) += test_flow_classify.c endif SRCS-y += test_rwlock.c +SRCS-y += test_lcores.c SRCS-$(CONFIG_RTE_LIBRTE_STACK) += test_stack.c SRCS-$(CONFIG_RTE_LIBRTE_STACK) += test_stack_perf.c