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:
@@ -75,3 +75,4 @@ local/firmware/
|
|||||||
TASK_COMPLETION_SUMMARY.md
|
TASK_COMPLETION_SUMMARY.md
|
||||||
__pycache__/
|
__pycache__/
|
||||||
extra.img: 1073741824 bytes
|
extra.img: 1073741824 bytes
|
||||||
|
extra.img
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user