| Line 253... |
Line 253... |
| 253 |
# Insert test EnvVars
|
253 |
# Insert test EnvVars
|
| 254 |
# In the Java toolset these are not as useful in a Jats RunTest
|
254 |
# In the Java toolset these are not as useful in a Jats RunTest
|
| 255 |
$me->AddDefn('export GBE_UTFNAME', 'AndroidStudioTest');
|
255 |
$me->AddDefn('export GBE_UTFNAME', 'AndroidStudioTest');
|
| 256 |
$me->AddDefn('export GBE_UTFUID', '$(MAKEFILEUID)' . '_' . '1');
|
256 |
$me->AddDefn('export GBE_UTFUID', '$(MAKEFILEUID)' . '_' . '1');
|
| 257 |
$me->AddDefn('export GBE_UTFFILE','$(UTFDIR_PKG)/$(GBE_PLATFORM)-$(GBE_TYPE)-$(GBE_UTFUID)' . '.xml');
|
257 |
$me->AddDefn('export GBE_UTFFILE','$(UTFDIR_PKG)/$(GBE_PLATFORM)-$(GBE_TYPE)-$(GBE_UTFUID)' . '.xml');
|
| - |
|
258 |
$me->AddDefn('export GBE_UTFTEST','TEST-$(GBE_UTFNAME)-$(GBE_TYPE)-$(GBE_UTFUID)' );
|
| 258 |
|
259 |
|
| 259 |
$me->SectionIfDef ('UTF_POSTPROCESS');
|
260 |
$me->SectionIfDef ('UTF_POSTPROCESS');
|
| 260 |
$me->AddRecipe ( [
|
261 |
$me->AddRecipe ( [
|
| 261 |
'$(GBE_PERL) -Mjats_runutf -e processUtf -- ',
|
262 |
'$(GBE_PERL) -Mjats_runutf -e processUtf -- ',
|
| 262 |
'$(VERBOSE_OPT)',
|
263 |
'$(VERBOSE_OPT)',
|