Skip to content

tests/unittests: Add missing module dependency to enable UDP #21597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

Teufelchen1
Copy link
Contributor

Contribution description

Hello 🦋,

this fixes an issue where the unit test tests-sock_util could not be compiled as types were left undefined.

Testing procedure

make -C tests/unittests/ tests-sock_util flash-only test

Issues/PRs references

Possibly introduced by either "pragma once" breaking (fixing) a header include or by #21419 which guards transitive header explicitly.

@Teufelchen1 Teufelchen1 requested a review from miri64 as a code owner July 14, 2025 08:46
@github-actions github-actions bot added the Area: tests Area: tests and testing framework label Jul 14, 2025
@Teufelchen1 Teufelchen1 added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed Area: tests Area: tests and testing framework labels Jul 14, 2025
@crasbe crasbe added the Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) label Jul 14, 2025
@riot-ci
Copy link

riot-ci commented Jul 14, 2025

Murdock results

✔️ PASSED

55713e0 tests/unittests: Add missing module dependency to enable UDP

Success Failures Total Runtime
17 0 17 01m:49s

Artifacts

@crasbe
Copy link
Contributor

crasbe commented Jul 14, 2025

Why did this not show up in the CI before? 🤔

@Teufelchen1
Copy link
Contributor Author

Because the CI likely built a bunch of things in one go, hiding this bug. E.g. if you do make -C tests/unittests/ all flash-only test this would have been hidden.

@crasbe crasbe added the Area: tests Area: tests and testing framework label Jul 14, 2025
@crasbe crasbe enabled auto-merge July 14, 2025 09:39
@crasbe crasbe added this pull request to the merge queue Jul 14, 2025
Merged via the queue into RIOT-OS:master with commit 5365073 Jul 14, 2025
30 checks passed
@Teufelchen1 Teufelchen1 added this to the Release 2025.07 milestone Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: tests Area: tests and testing framework CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants