mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
Add a threaded test for buf_ring.h used to help find issues with it on architectures with a weak memory order. Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D46158
7 lines
77 B
Makefile
7 lines
77 B
Makefile
PROG= buf_ring_test
|
|
WARNS= 6
|
|
MAN=
|
|
|
|
LDFLAGS+=-pthread
|
|
|
|
.include <bsd.prog.mk>
|