about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtest_apps9
-rwxr-xr-xtest_apps_emulated9
2 files changed, 18 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
diff --git a/test_apps_emulated b/test_apps_emulated
index 54b04edc..23c91997 100755
--- a/test_apps_emulated
+++ b/test_apps_emulated
@@ -250,6 +250,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_emulated 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
9 -0800 4154' href='/akkartik/mu/commit/same-fringe.mu?h=main&id=c082c2f268e7ad483fe1192251cd4a0bc635748f'>c082c2f2 ^
dd660682 ^
c082c2f2 ^

















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89