]> git.droids-corp.org - dpdk.git/blobdiff - app/test/Makefile
test/timer: exercise new APIs in secondary process
[dpdk.git] / app / test / Makefile
index b28bed2d47858d47b2fbeb6a4d603835f487970b..54f70679286eae52c4f8fcd2093d04d66650b399 100644 (file)
@@ -96,6 +96,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_STACK) += test_stack_perf.c
 SRCS-$(CONFIG_RTE_LIBRTE_TIMER) += test_timer.c
 SRCS-$(CONFIG_RTE_LIBRTE_TIMER) += test_timer_perf.c
 SRCS-$(CONFIG_RTE_LIBRTE_TIMER) += test_timer_racecond.c
+SRCS-$(CONFIG_RTE_LIBRTE_TIMER) += test_timer_secondary.c
 
 SRCS-y += test_mempool.c
 SRCS-y += test_mempool_perf.c