summaryrefslogtreecommitdiff
path: root/test/cmake/mqtt_interoperability
AgeCommit message (Collapse)Author
9 daysAdded profile-aware CI runner plumbing (#426)Frédéric Desbiens
Allowed active suite wrappers to select validated CMake profiles while preserving the all-profile default. Added the Ubuntu 24.04 reusable worker, GCC 14 setup, artifact preservation, and script regression validation. Assisted-by: Codex (gpt-5.6-sol) <[email protected]>
10 daysReplaced interoperability ifconfig usage with iproute2 (#422)Frédéric Desbiens
* Replaced interoperability ifconfig usage with iproute2 * Fixed the OpenSSL 3.5 protocol argument Assisted-by: Codex (gpt-5.6-sol) <[email protected]>
2026-06-06Added copyright headers to files missing themFrédéric Desbiens
Applied the standard MIT license header to all project-owned C, header, assembly, shell, and Python files that were missing a copyright notice. Third-party, toolchain startup, and auto-generated files were excluded. Co-authored-by: Copilot <[email protected]>
2026-03-06Restored build and run scripts to their prior versions.Frédéric Desbiens
2025-05-15Try to help user if build script failsHuan Nguyen
A common error condition is that the user cloned the repo without the --recursive option. We'll try to get the submodules for them. We remove the git clone command because the submodule update should fix the issue.
2025-02-20Updated the CMake minimal version.Frédéric Desbiens
2024-01-11Update run.shEric Wolz
2023-12-26Add MQTT interoperability test. (#223)Wenhui Xie