[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
When DIBS runs clean, build and install command on Windows, build environment variables have been reset.
Therefore, the next commands, build and install has to call prepare function to set build environment variables.
[Cause]
[Solution]
Set path
[TestCase]
# install
install()
{
+
+ prepare
+
BIN_DIR=$SRCDIR/package/emulator.package.windows/data
EMUL_DIR=$BIN_DIR/Emulator/bin/emulator-x86.exe