diff options
Diffstat (limited to 'test_apps_emulated')
-rwxr-xr-x | test_apps_emulated | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_apps_emulated b/test_apps_emulated index d70c8341..e0dd2848 100755 --- a/test_apps_emulated +++ b/test_apps_emulated @@ -152,7 +152,7 @@ test "$1" = 'record' || git diff --exit-code apps/crenshaw2-1b # Phases of the self-hosted SubX translator. -for phase in hex survey pack assort dquotes tests +for phase in hex survey_elf pack assort dquotes tests do echo $phase ./bootstrap_bin translate init.linux [01]*.subx apps/subx-params.subx apps/$phase.subx -o apps/$phase @@ -225,7 +225,7 @@ done # Phases of the self-hosted SubX translator. -for app in hex survey pack assort dquotes tests +for app in hex survey_elf pack assort dquotes tests do echo $app ./translate_subx_emulated init.linux [01]*.subx apps/subx-params.subx apps/$app.subx |