summaryrefslogtreecommitdiff
path: root/test/regression/ux_test.h
AgeCommit message (Collapse)Author
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-06-02Removed unimplemented and stale API prototypes (#259)MAY
This commit cleans up header declarations by removing API and test prototypes that have no corresponding implementation in the repository. Impact: - No runtime behavior change. - Compile/link surface is cleaner and more accurate for users and tests.
2023-11-28Add regression tests. (#126)CQ Xiao
Add regression tests (auto triggered on PR, manually triggered in forked branch).