about summary refs log tree commit diff stats
path: root/linux/test_apps_emulated
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-14 11:54:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-14 11:54:42 -0700
commitff8ec9bcff7577ba923fe7868ea62ecceed55ee7 (patch)
tree23039cf2da691aa221f64e7054f9ff035c537251 /linux/test_apps_emulated
parent2df1d1a73046a0a7b6523552b53f407651ed36df (diff)
downloadmu-ff8ec9bcff7577ba923fe7868ea62ecceed55ee7.tar.gz
insert a compile phase to emit some debug info
Diffstat (limited to 'linux/test_apps_emulated')
-rwxr-xr-xlinux/test_apps_emulated4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/test_apps_emulated b/linux/test_apps_emulated
index cb74c1ae..f12ada06 100755
--- a/linux/test_apps_emulated
+++ b/linux/test_apps_emulated
@@ -137,7 +137,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
@@ -211,7 +211,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_emulated [01]*.subx subx-params.subx $app.subx