about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-19 15:59:22 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-19 15:59:22 -0700
commitdfbe1550872256f597161de72a411b92405284e1 (patch)
treec68ed6a3df18b2bcce7aa3f28e758a662fead7b6 /test_apps
parent825d9ebbe4d0f14c59ec42cea47a947a51bb56c6 (diff)
downloadmu-dfbe1550872256f597161de72a411b92405284e1.tar.gz
5672 - move hex out of apps
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps8
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