From a51af593b01ca655605c896b03b27bbb8d3b5e07 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 28 Dec 2020 11:59:43 -0800 Subject: 7442 --- apps/random | Bin 23601 -> 45032 bytes test_apps | 5 +++++ test_apps_emulated | 5 +++++ 3 files changed, 10 insertions(+) diff --git a/apps/random b/apps/random index 4123332e..65b5d23c 100755 Binary files a/apps/random and b/apps/random differ diff --git a/test_apps b/test_apps index dcaceb12..eb376356 100755 --- a/test_apps +++ b/test_apps @@ -212,6 +212,11 @@ test "$1" = 'record' || git diff --exit-code apps/crenshaw2-1b echo } +echo random +./bootstrap_bin translate init.linux [01]*.subx apps/random.subx -o apps/random +test "$1" = 'record' || git diff --exit-code apps/random +# don't run + # Phases of the self-hosted SubX translator. for phase in hex survey_elf pack assort dquotes tests diff --git a/test_apps_emulated b/test_apps_emulated index e0dd2848..e0ee0883 100755 --- a/test_apps_emulated +++ b/test_apps_emulated @@ -150,6 +150,11 @@ test "$1" = 'record' || git diff --exit-code apps/crenshaw2-1b echo } +echo random +./bootstrap_bin translate init.linux [01]*.subx apps/random.subx -o apps/random +test "$1" = 'record' || git diff --exit-code apps/random +# don't run + # Phases of the self-hosted SubX translator. for phase in hex survey_elf pack assort dquotes tests -- cgit 1.4.1-2-gfad0