Fix build and execution of test/sel4

This commit is contained in:
Norman Feske
2015-10-04 01:45:21 +02:00
committed by Christian Helmuth
parent 67b3c23281
commit aaea28ae85
6 changed files with 24 additions and 11 deletions

View File

@@ -27,8 +27,8 @@ proc run_boot_dir {binaries} {
# adapt to wether this is a core-internal test or a common scenario
global core_test
if {[info exists core_test]} {
set core_bin "test-[run_name]"
set core_target "test/[run_name]"
set core_bin "test-$core_test"
set core_target "test/$core_test"
} else {
set core_bin "core"
set core_target "core"