diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-05-14 11:54:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-05-14 11:54:42 -0700 |
commit | ff8ec9bcff7577ba923fe7868ea62ecceed55ee7 (patch) | |
tree | 23039cf2da691aa221f64e7054f9ff035c537251 /linux/test_apps | |
parent | 2df1d1a73046a0a7b6523552b53f407651ed36df (diff) | |
download | mu-ff8ec9bcff7577ba923fe7868ea62ecceed55ee7.tar.gz |
insert a compile phase to emit some debug info
Diffstat (limited to 'linux/test_apps')
-rwxr-xr-x | linux/test_apps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/test_apps b/linux/test_apps index 9d8e5683..1719b5fd 100755 --- a/linux/test_apps +++ b/linux/test_apps @@ -216,7 +216,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 @@ -314,7 +314,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 [01]*.subx subx-params.subx $app.subx |