diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-28 20:01:24 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-28 20:01:24 -0800 |
commit | 6e79e84a72fac33a4f83e3dbd595888d10c22c54 (patch) | |
tree | e19efdf4060768315cf73681c5a7ed7e3583e833 /test_apps_emulated | |
parent | ce6aa0c9cc90c6190e5f5f29294c205b49c11363 (diff) | |
download | mu-6e79e84a72fac33a4f83e3dbd595888d10c22c54.tar.gz |
7448
Diffstat (limited to 'test_apps_emulated')
-rwxr-xr-x | test_apps_emulated | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test_apps_emulated b/test_apps_emulated index 54b04edc..23c91997 100755 --- a/test_apps_emulated +++ b/test_apps_emulated @@ -250,6 +250,15 @@ do diff apps/$app a.elf done +# One phase variant for translating SubX to baremetal. (Other phases are reused.) + +for app in survey_baremetal +do + echo $app + ./translate_subx_emulated init.linux [01]*.subx apps/subx-params.subx apps/$app.subx + diff apps/$app a.elf +done + for app in sigils calls braces do echo $app |