Commit dfbc0f5e authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

sample: synchronization: support console harness



Evaluate console output of sample.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent fd6eb765
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -7,3 +7,8 @@ tests:
    build_on_all: true
    tags: apps
    harness: console
    harness_config:
      type: multi_line
      regex:
        - "threadA: Hello World from (.*)!"
        - "threadB: Hello World from (.*)!"