zephyr/tests/legacy/kernel/test_obj_tracing/microkernel/prj.mdef
Anas Nashif be4fe7f4e5 tests: move kernel tests to tests/legacy
Move all kernel tests using legacy APIs into tests/legacy to continue testing
old APIs and compatibility. We keep in tests/kernel those tests that do not use
any kernel APIs and generic in nature, those should not be affected by the
unified kernel API change.

In tests/kernel we will start adding tests that are unified kernel only. Later
and when deprecation period is over the legacy tests would be dropped.

Change-Id: Icc7d8c7e5f2af65af350b75da3117f72396925f4
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-01 13:42:17 -04:00

25 lines
719 B
Plaintext

% Application : DiningPhilosophers
% TASKGROUP NAME
% ==============
TASKGROUP PHI
TASKGROUP MON
% TASK NAME PRIO ENTRY STACK GROUPS
% ==================================================
TASK phil_task 5 phil_demo 1024 [EXE]
TASK phi1_task0 6 phil_entry 1024 [PHI]
TASK phil_task1 6 phil_entry 1024 [PHI]
TASK phil_task2 6 phil_entry 1024 [PHI]
TASK phil_task3 6 phil_entry 1024 [PHI]
TASK phil_task4 6 phil_entry 1024 [PHI]
TASK monitor_task 7 object_monitor 1024 [MON]
% MUTEX NAME
% ================
MUTEX fork_mutex0
MUTEX fork_mutex1
MUTEX fork_mutex2
MUTEX fork_mutex3
MUTEX fork_mutex4