Commit 25a39777 authored by Jakub Rzeszutko's avatar Jakub Rzeszutko Committed by Christopher Friedt
Browse files

getopt: extend ztests scope



Adding a test to detect problems in the cooperation of the getopt
and logger modules. It would detect issue: #57520

Signed-off-by: default avatarJakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
parent 5974617d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16,3 +16,9 @@ tests:
    filter: CONFIG_PICOLIBC_SUPPORTED
    extra_configs:
      - CONFIG_PICOLIBC=y
  portability.posix.getopt.logger:
    integration_platforms:
      - qemu_x86
    extra_configs:
      - CONFIG_LOG=y
    build_only: true