diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-19 15:59:22 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-19 15:59:22 -0700 |
commit | dfbe1550872256f597161de72a411b92405284e1 (patch) | |
tree | c68ed6a3df18b2bcce7aa3f28e758a662fead7b6 /test_apps | |
parent | 825d9ebbe4d0f14c59ec42cea47a947a51bb56c6 (diff) | |
download | mu-dfbe1550872256f597161de72a411b92405284e1.tar.gz |
5672 - move hex out of apps
Diffstat (limited to 'test_apps')
-rwxr-xr-x | test_apps | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test_apps b/test_apps index 29bd6075..bb645e97 100755 --- a/test_apps +++ b/test_apps @@ -226,7 +226,7 @@ test $NATIVE && { # Phases of the self-hosted SubX translator. echo hex -./subx translate init.$OS 0*.subx apps/subx-common.subx apps/hex.subx -o apps/hex +./subx translate init.$OS $(enumerate/enumerate --until 070---hex.subx |grep '\.subx$') -o apps/hex test "$1" = 'record' || git diff --exit-code apps/hex test $EMULATED && { ./subx run apps/hex test @@ -358,7 +358,11 @@ done # Phases of the self-hosted SubX translator. -for app in hex survey pack assort dquotes tests sigils calls braces +echo hex +./ntranslate init.$OS $(enumerate/enumerate --until 070---hex.subx |grep '\.subx$') +diff apps/hex a.elf + +for app in survey pack assort dquotes tests sigils calls braces do echo $app ./ntranslate init.$OS 0*.subx apps/subx-common.subx apps/$app.subx |