test/threads: add unit test
[dpdk.git] / app / test / test_ring_stress.h
index 32aae20..416d68c 100644 (file)
@@ -34,3 +34,8 @@ struct test {
 
 extern const struct test test_ring_mpmc_stress;
 extern const struct test test_ring_rts_stress;
+extern const struct test test_ring_hts_stress;
+extern const struct test test_ring_mt_peek_stress;
+extern const struct test test_ring_mt_peek_stress_zc;
+extern const struct test test_ring_st_peek_stress;
+extern const struct test test_ring_st_peek_stress_zc;