diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-28 09:26:15 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-28 11:09:30 -0800 |
commit | dff67029adb1a27bff5937fa8e028fadbef521eb (patch) | |
tree | 2bdd43d9a812cc7b1a184f5c383a0e5a2038fc75 /test_apps | |
parent | 7566d80ade1177939bf29345b5b5cbb976765cc5 (diff) | |
download | mu-dff67029adb1a27bff5937fa8e028fadbef521eb.tar.gz |
7439 - start translating Mu programs to baremetal
Diffstat (limited to 'test_apps')
-rwxr-xr-x | test_apps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_apps b/test_apps index 8f6253ba..dcaceb12 100755 --- a/test_apps +++ b/test_apps @@ -214,7 +214,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 @@ -307,7 +307,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 init.linux [01]*.subx apps/subx-params.subx apps/$app.subx |