Skip to content

Commit

Permalink
Tests: Fix compiler flags to treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjaeger committed Mar 5, 2024
1 parent 0c71987 commit 1a09e22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/cpp/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tests:
thingset.cpp:
integration_platforms:
- native_posix
extra_args: EXTRA_CFLAGS=-Wno-error
extra_args: EXTRA_CFLAGS=-Werror
6 changes: 3 additions & 3 deletions tests/protocol/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ tests:
integration_platforms:
- native_posix
- native_posix_64
extra_args: EXTRA_CFLAGS=-Wno-error
extra_args: EXTRA_CFLAGS=-Werror
thingset.protocol.objectlookup:
integration_platforms:
- native_posix
- native_posix_64
extra_args: EXTRA_CFLAGS=-Wno-error
extra_args: EXTRA_CFLAGS=-Werror
extra_configs:
- CONFIG_THINGSET_OBJECT_LOOKUP_MAP=y
- CONFIG_THINGSET_OBJECT_LOOKUP_MAP=y
2 changes: 1 addition & 1 deletion tests/report/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ tests:
integration_platforms:
- native_posix
- native_posix_64
extra_args: EXTRA_CFLAGS=-Wno-error
extra_args: EXTRA_CFLAGS=-Werror

0 comments on commit 1a09e22

Please sign in to comment.