diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-02-09 21:03:04 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-02-09 21:03:04 -0800 |
commit | 8fa733606c692a9dc3ff159fc4acc327573bd0e2 (patch) | |
tree | 4efa48d6f6ce09cc367033b5c127d326fc4fed96 /tools/treeshake_all | |
parent | 3dad94263f9b5bcbed576d27f61714100fbfae18 (diff) | |
download | mu-8fa733606c692a9dc3ff159fc4acc327573bd0e2.tar.gz |
6002
Diffstat (limited to 'tools/treeshake_all')
-rwxr-xr-x | tools/treeshake_all | 7 |
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 |