Prepares for the mkstandalone script coming in a later patch. Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- arm/unittests.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arm/unittests.cfg b/arm/unittests.cfg index 32fb4bb6c146b..8fae8a714a83b 100644 --- a/arm/unittests.cfg +++ b/arm/unittests.cfg @@ -11,26 +11,26 @@ # that the configured amount of memory (-m <MB>) are correctly setup # by the framework. # -[selftest::setup] +[selftest-setup] file = selftest.flat smp = 2 extra_params = -m 256 -append "setup smp=2 mem=256" groups = selftest # Test vector setup and exception handling (kernel mode). -[selftest::vectors-kernel] +[selftest-vectors-kernel] file = selftest.flat extra_params = -append "vectors-kernel" groups = selftest # Test vector setup and exception handling (user mode). -[selftest::vectors-user] +[selftest-vectors-user] file = selftest.flat extra_params = -append "vectors-user" groups = selftest # Test SMP support -[selftest::smp] +[selftest-smp] file = selftest.flat smp = $(getconf _NPROCESSORS_CONF) extra_params = -append "smp" -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html