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_mutex
/
src
/
Makefile
4 lines
66 B
Makefile
Raw
Normal View
History
Unescape
Escape
move include directory for tests cases to tests/ Make the test case routines reside under tests. Change-Id: Iea59a68e8b537954250d63923a88df267639e716 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-01-30 23:41:35 +08:00
ccflags-y
+=
-I
${
srctree
}
/tests/include
Kbuild: Test Makefiles This commit adds Makefiles for each sample test in the project. The Makefiles integrate the test samples into the Kbuild system. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I8d84756836c1f7d00dc823d7ff76334c75304d66
2015-04-30 06:16:20 +08:00
samples/microkernel: recursive mutex testing using in-file mutex Enhances the existing microkernel mutex test project to verify that recursive mutex locking works properly. The implementation utilizes the new in-file defined mutexes to demonstrate that this capability also works. [DL: Update the original patch from Allan Stephens @ https://oic-review.01.org/gerrit/3256 to utilize the new interface. Also updated the commit message. ] Change-Id: Iaf8b4a5cd97d1dce53d6134a978cc565279d038c Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2015-06-23 23:52:12 +08:00
obj-y
=
mutex.o task50.o