[arch][test] add a new unittest for the arch mmu code

Just a skeleton at the moment, simply creates an arch aspace
and destroys it.
This commit is contained in:
Travis Geiselbrecht
2021-03-30 00:51:04 -07:00
parent 7102838b49
commit 3be4698671
3 changed files with 44 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ MODULES += \
app/shell \
app/stringtests \
app/tests \
arch/test \
lib/aes \
lib/aes/test \
lib/cksum \