about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps8
1 files changed, 8 insertions, 0 deletions
diff --git a/test_apps b/test_apps
index 41430199..e9be6d92 100755
--- a/test_apps
+++ b/test_apps
@@ -313,4 +313,12 @@ do
   diff apps/$app a.elf
 done
 
+# Mu translator
+echo mu.subx
+./ntranslate init.$OS 0*.subx apps/subx-params.subx apps/mu.subx
+mv a.elf apps/mu
+[ "$1" != record ]  &&  git diff --exit-code apps/mu
+apps/mu test
+echo
+
 exit 0