This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-13 07:44:48 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
03302aa37f
opnsense-src
/
tools
/
regression
/
include
/
stdatomic
/
Makefile
8 lines
62 B
Makefile
Raw
Normal View
History
Unescape
Escape
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 18:44:49 -04:00
# $FreeBSD$
PROG
=
logic
WARNS
=
6
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
2014-04-13 01:21:56 -04:00
MAN
=
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 18:44:49 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink