Commit 5c8124f9 authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

sample: philosophers: support console harness



Evaluate console output of sample.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 4843c69f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3,4 +3,13 @@ sample:
tests:
  test:
    tags: samples
    extra_args: "-DDEBUG_PRINTF=1"
    harness: console
    harness_config:
      type: multi_line
      repeat: 10
      regex:
        - ".*STARVING.*"
        - ".*DROPPED ONE FORK.*"
        - ".*THINKING.*"
        - ".*EATING.*"