about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-09 21:03:04 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-09 21:03:04 -0800
commit8fa733606c692a9dc3ff159fc4acc327573bd0e2 (patch)
tree4efa48d6f6ce09cc367033b5c127d326fc4fed96 /tools
parent3dad94263f9b5bcbed576d27f61714100fbfae18 (diff)
downloadmu-8fa733606c692a9dc3ff159fc4acc327573bd0e2.tar.gz
6002
Diffstat (limited to 'tools')
-rwxr-xr-xtools/treeshake_all7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/treeshake_all b/tools/treeshake_all
index 58efcf1a..611231fe 100755
--- a/tools/treeshake_all
+++ b/tools/treeshake_all
@@ -46,6 +46,7 @@ do
   diff apps/$app a.elf
 done
 
-echo mu.subx
-tools/test_treeshake_translate init.$OS [0-9]*.subx apps/mu.subx
-diff apps/mu a.elf
+app=mu
+echo $app
+tools/test_treeshake_translate init.$OS [0-9]*.subx apps/$app.subx
+diff apps/$app a.elf