test: add redox target configs for redox-drm and iommu

Both crates now compile tests for x86_64-unknown-redox target.
Tests compile successfully (cannot run — need Redox kernel).
All 8 host-testable crates: 229 tests, 0 failures.

Crates with redox-target configs:
- redox-drm: 2 warnings, 0 errors
- iommu: 0 warnings, 0 errors
This commit is contained in:
2026-04-28 06:44:37 +01:00
parent 0a098b92fe
commit 63f711c805
3 changed files with 11 additions and 0 deletions
@@ -0,0 +1,5 @@
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
[build]
target = "x86_64-unknown-redox"
@@ -0,0 +1,5 @@
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
[build]
target = "x86_64-unknown-redox"