about summary refs log tree commit diff stats
path: root/linux/test_apps
diff options
context:
space:
mode:
Diffstat (limited to 'linux/test_apps')
-rwxr-xr-xlinux/test_apps4
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