mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-17 04:32:27 +00:00
implement heap allocator tests
This commit is contained in:
committed by
GitHub
parent
82fa03d48e
commit
36bc1f3315
@@ -14,3 +14,11 @@ panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
libm = "0.2.15"
|
||||
heap = {path = "heap"}
|
||||
nova_error = {path = "nova_error"}
|
||||
|
||||
[workspace]
|
||||
|
||||
members = [ "nova_error",
|
||||
"heap"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user