about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps9
1 files changed, 9 insertions, 0 deletions
diff --git a/test_apps b/test_apps
index 1d538fa3..a7a70830 100755
--- a/test_apps
+++ b/test_apps
@@ -336,6 +336,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 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