]> git.droids-corp.org - dpdk.git/blobdiff - app/test/Makefile
timer: add race condition test
[dpdk.git] / app / test / Makefile
index caa359cb4ec206594e0455e018adc4fea79f5303..e7f148f6b369f2f3d149566aa6b88b8330c07068 100644 (file)
@@ -71,6 +71,7 @@ SRCS-y += test_rwlock.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-y += test_mempool.c
 SRCS-y += test_mempool_perf.c