Commit 24843ae2 authored by Jukka Rissanen's avatar Jukka Rissanen Committed by Dan Kalowsky
Browse files

tests: net: ppp: Compile test with PPP statistics



Make sure the compilation is ok if PPP statistics is enabled.

This is related to commit 3e704256
("net: ppp: stats: Fix net_mgmt request handler format") which
was needed because earlier commit 5a9a39ca
("net: mgmt: Convert the mgmt API to use 64-bit masks")
missed an compile problem because there was no compile test that
enabled CONFIG_NET_STATISTICS_PPP option.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@nordicsemi.no>
parent 6d0f1aae
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -6,3 +6,8 @@ common:
tests:
  net.ppp:
    min_ram: 21
  net.ppp.statistics:
    extra_args:
      - CONFIG_NET_STATISTICS=y
      - CONFIG_NET_STATISTICS_PPP=y
      - CONFIG_NET_STATISTICS_USER_API=y