This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
7205070402
zephyr
/
tests
/
kernel
/
test_atomic
/
Makefile
5 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
test_atomic: test case to verify atomic.h These tests ensure the functions manipulate data as expected. They do not currently test atomicity. Change-Id: I3646b3a55ffb895c56dbb0d0bc39da5e1138e7a5 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2015-10-28 05:16:09 +08:00
KERNEL_TYPE
=
nano
Use BOARD instead of PLATFORM_CONFIG Change-Id: I14db0087cd705df0db8a911071bc3949b5c79314 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-14 04:00:31 +08:00
BOARD
?=
qemu_x86
test_atomic: test case to verify atomic.h These tests ensure the functions manipulate data as expected. They do not currently test atomicity. Change-Id: I3646b3a55ffb895c56dbb0d0bc39da5e1138e7a5 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2015-10-28 05:16:09 +08:00
i
n
c
l
u
d
e
$(
ZEPHYR_BASE
)
/
M
a
k
e
f
i
l
e
.
i
n
c