about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-28 11:59:43 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-28 12:14:15 -0800
commita51af593b01ca655605c896b03b27bbb8d3b5e07 (patch)
tree073364c910ee7095f89225380c09b8d339ff2f60
parent2e48fac480d30e4216784d00b3081d60c3f43109 (diff)
downloadmu-a51af593b01ca655605c896b03b27bbb8d3b5e07.tar.gz
7442
-rwxr-xr-xapps/randombin23601 -> 45032 bytes
-rwxr-xr-xtest_apps5
-rwxr-xr-xtest_apps_emulated5
3 files changed, 10 insertions, 0 deletions
diff --git a/apps/random b/apps/random
index 4123332e..65b5d23c 100755
--- a/apps/random
+++ b/apps/random
Binary files differdiff --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