mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
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.
7 lines
65 B
Makefile
7 lines
65 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= logic
|
|
WARNS=6
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|