about summary refs log tree commit diff stats
path: root/test_apps_emulated
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-28 09:26:15 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-28 11:09:30 -0800
commitdff67029adb1a27bff5937fa8e028fadbef521eb (patch)
tree2bdd43d9a812cc7b1a184f5c383a0e5a2038fc75 /test_apps_emulated
parent7566d80ade1177939bf29345b5b5cbb976765cc5 (diff)
downloadmu-dff67029adb1a27bff5937fa8e028fadbef521eb.tar.gz
7439 - start translating Mu programs to baremetal
Diffstat (limited to 'test_apps_emulated')
-rwxr-xr-xtest_apps_emulated4
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