Commit 4843c69f authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

sample: external_lib: support console harness



Evaluate console output of sample.

Enable on other platforms, this should not be whitelisted.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent a442987b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@ sample:
  name: External Library
tests:
  test:
    platform_whitelist: qemu_x86
    tags: external
    harness: console
    harness_config:
      type: multi_line
      regex:
        - "Hello World!"
        - "mylib says: Hello World!"