This adds unit test for microkernel private pipes. The code piggybacks to the public pipe test (by including the same source file), so any updates to the test will be applied to both. Note that the prj.mdef are different for both tests, since the private pipes test move the pipes inside source code. So, both mdef files will need to be updated at the same time. Change-Id: I6fdb5eab7c3a1d6f4b72c26a3620cee0188b07a5 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
26 lines
742 B
Plaintext
26 lines
742 B
Plaintext
% Application : test microkernel target pipe APIs
|
|
|
|
% Please keep this in-sync with ../test_pipe/prj.mdef
|
|
% except those specified below
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ===================================================
|
|
TASK MONITORTASK 4 MonitorTaskEntry 2048 [EXE]
|
|
TASK tStartTask 5 RegressionTaskEntry 2048 [EXE]
|
|
TASK tAlternate 6 AlternateTaskEntry 2048 [EXE]
|
|
|
|
% PIPE PIPE_ID is defined within the source file,
|
|
% so keep it commented out here.
|
|
%
|
|
% PIPE NAME BUFFERSIZE
|
|
% =============================
|
|
% PIPE PIPE_ID 256
|
|
|
|
% SEMA NAME
|
|
% ===================
|
|
SEMA SEM_TASKDONE
|
|
SEMA SEM_TASKFAIL
|
|
SEMA ALTERNATE_SEM
|
|
SEMA REGRESSION_SEM
|
|
SEMA COUNTER_SEM
|