opnsense-src/tools/regression/include/stdatomic/Makefile
Ed Schouten 17b945433d Add testing utility for behavior of atomic ops.
This small utility performs a sequence of atomic operations with random
parameters on an atomic variable. For every type, we also create 16
variables, to ensure that we test the correctness at different
alignments.
2013-06-08 22:44:49 +00:00

7 lines
65 B
Makefile

# $FreeBSD$
PROG= logic
WARNS=6
NO_MAN=
.include <bsd.prog.mk>