From ab837e8f6c701eec9bf86e1e4d506c08e02cad6c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 19 Jan 2020 17:52:25 -0800 Subject: 5899 --- tools/treeshake_all | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'tools/treeshake_all') diff --git a/tools/treeshake_all b/tools/treeshake_all index 614b106a..58efcf1a 100755 --- a/tools/treeshake_all +++ b/tools/treeshake_all @@ -28,11 +28,18 @@ echo "== testing treeshaken binaries" for app in factorial crenshaw2-1 crenshaw2-1b do echo $app - tools/test_treeshake_translate init.$OS 0*.subx apps/$app.subx + tools/test_treeshake_translate init.$OS 0[0-8]*.subx apps/$app.subx diff apps/$app a.elf done -for app in hex survey pack assort dquotes tests sigils calls braces +for app in hex survey pack assort dquotes tests +do + echo $app + tools/test_treeshake_translate init.$OS 0[0-8]*.subx apps/subx-params.subx apps/$app.subx + diff apps/$app a.elf +done + +for app in sigils calls braces do echo $app tools/test_treeshake_translate init.$OS 0*.subx apps/subx-params.subx apps/$app.subx @@ -40,5 +47,5 @@ do done echo mu.subx -tools/test_treeshake_translate init.$OS 0*.subx apps/mu.subx +tools/test_treeshake_translate init.$OS [0-9]*.subx apps/mu.subx diff apps/mu a.elf -- cgit 1.4.1-2-gfad0