zephyr/samples/microkernel/test
Daniel Leung 971eb0ef44 samples/microkernel: add test for private memory maps
This adds unit test for microkernel private memory maps.
The code piggybacks to the public memory map 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 memory maps test move the memory maps inside
source code. So, both mdef files will need to be updated at
the same time.

Change-Id: Ia7f65f55b61d9fb0d42ba58d63662e914d69194e
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:18 -05:00
..
test_bluetooth initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_critical initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_events initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_fifo samples/microkernel: add test for private FIFOs 2016-02-05 20:15:18 -05:00
test_fifo_priv samples/microkernel: add test for private FIFOs 2016-02-05 20:15:18 -05:00
test_fp_sharing Fix obsolete references to resources 2016-02-05 20:14:42 -05:00
test_libs initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_mail samples/microkernel: add test for private mailboxes 2016-02-05 20:15:18 -05:00
test_mail_priv samples/microkernel: add test for private mailboxes 2016-02-05 20:15:18 -05:00
test_map samples/microkernel: add test for private memory maps 2016-02-05 20:15:18 -05:00
test_map_priv samples/microkernel: add test for private memory maps 2016-02-05 20:15:18 -05:00
test_mutex samples/microkernel: recursive mutex testing using in-file mutex 2016-02-05 20:14:51 -05:00
test_pipe samples/microkernel: add test for private pipes 2016-02-05 20:15:18 -05:00
test_pipe_priv samples/microkernel: add test for private pipes 2016-02-05 20:15:18 -05:00
test_pool initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_rand32 Remove references to BSPs from sample projects 2016-02-05 20:14:43 -05:00
test_sema samples/microkernel: add test for private semaphores 2016-02-05 20:15:18 -05:00
test_sema_priv samples/microkernel: add test for private semaphores 2016-02-05 20:15:18 -05:00
test_sprintf initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_stackprot initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_static_idt initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_task samples/microkernel: add test for private tasks 2016-02-05 20:15:18 -05:00
test_task_irq initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_task_priv samples/microkernel: add test for private tasks 2016-02-05 20:15:18 -05:00
test_tickless Remove references to BSPs from sample projects 2016-02-05 20:14:43 -05:00
test_timer initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_xip initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00