diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-28 11:59:43 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-28 12:14:15 -0800 |
commit | a51af593b01ca655605c896b03b27bbb8d3b5e07 (patch) | |
tree | 073364c910ee7095f89225380c09b8d339ff2f60 /test_apps | |
parent | 2e48fac480d30e4216784d00b3081d60c3f43109 (diff) | |
download | mu-a51af593b01ca655605c896b03b27bbb8d3b5e07.tar.gz |
7442
Diffstat (limited to 'test_apps')
-rwxr-xr-x | test_apps | 5 |
1 files changed, 5 insertions, 0 deletions
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 |