test-util_mmio: rename test-mmio

This commit is contained in:
Martin Stein
2018-10-08 14:18:44 +02:00
committed by Christian Helmuth
parent 590dc1ac59
commit 0eef5b506c
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# Build
#
build "core init test/util_mmio"
build "core init test/mmio"
#
# Boot image
@@ -24,13 +24,13 @@ install_config {
</default-route>
<default caps="100"/>
<start name="test">
<binary name="test-util_mmio"/>
<binary name="test-mmio"/>
<resource name="RAM" quantum="10M"/>
</start>
</config>
}
build_boot_image "core ld.lib.so init test-util_mmio"
build_boot_image "core ld.lib.so init test-mmio"
#
# Execution