commit | 2eb443f2d8102663aace24ce1ae7125f3de0f37d | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu Jan 18 16:22:27 2018 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jan 25 04:45:35 2018 +0530 |
tree | f785ce2643c4656660c4d7da28929e48fc0807bf | |
parent | 6de0dfad51000f2feeb79ead693c51283d647e67 [diff] |
samples: philosophers: test different configurations The demo can be configured to use different object types for its synchronization, so test all of them. The demo can also be configured to work with static objects or dynamic objects, byt default the demo uses dynamic objects, add a test for static objects. Also, the demo can be configured to work with threads of the same priority or not, so enable both options for testing Signed-off-by: Anas Nashif <anas.nashif@intel.com>