diff options
Diffstat (limited to 'linux/test_apps_emulated')
-rwxr-xr-x | linux/test_apps_emulated | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/test_apps_emulated b/linux/test_apps_emulated index cb74c1ae..f12ada06 100755 --- a/linux/test_apps_emulated +++ b/linux/test_apps_emulated @@ -137,7 +137,7 @@ bootstrap/bootstrap translate [01]*.subx random.subx -o random # Phases of the self-hosted SubX translator. -for phase in hex survey_elf survey_baremetal pack assort dquotes tests +for phase in hex survey_elf survey_baremetal labels_baremetal pack assort dquotes tests do echo $phase bootstrap/bootstrap translate [01]*.subx subx-params.subx $phase.subx -o $phase @@ -211,7 +211,7 @@ done # Phases of the self-hosted SubX translator. -for app in hex survey_elf survey_baremetal pack assort dquotes tests +for app in hex survey_elf survey_baremetal labels_baremetal pack assort dquotes tests do echo $app ./translate_subx_emulated [01]*.subx subx-params.subx $app.subx |