diff options
Diffstat (limited to 'test_apps_emulated')
-rwxr-xr-x | test_apps_emulated | 5 |
1 files changed, 5 insertions, 0 deletions
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 |