Commit 1b1b7091 authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

sample: cpp_synchronization: support console harness



Evaluate console output of sample.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 5c8124f9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6,3 +6,9 @@ tests:
    toolchain_exclude: issm
    arch_exclude: posix
    harness: console
    harness_config:
      type: multi_line
      regex:
        - "Create semaphore (.*)"
        - "main: Hello World!"
        - "coop_thread_entry: Hello World!"