Description
Enhancement
Reason to enhance/problem with existing solution
If user compiled the code with explicit target and toolchain on command line:
mbed compile -t GCC_ARM -m K64F --tests
and run mbed test afterwards, the default target and toolchain would be used rather than the latest one. This behaviour would not be expected by the user.
Suggested enhancement
mbed compile -t GCC_ARM -m K64F --tests should set the default toolchain and target