From ff8ec9bcff7577ba923fe7868ea62ecceed55ee7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 14 May 2021 11:54:42 -0700 Subject: insert a compile phase to emit some debug info --- linux/test_apps_emulated | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/test_apps_emulated') 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 -- cgit 1.4.1-2-gfad0