about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-10 21:12:22 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-10 21:12:22 -0800
commitddb8334fef53c3bf47d5f7e7fc6672be892e20b3 (patch)
tree6924877b30c61ba0c44b6ea77d278d2b9bf72de9 /test_apps
parent525767cb0e7b6206a4785673d6e1babd567b5e71 (diff)
downloadmu-ddb8334fef53c3bf47d5f7e7fc6672be892e20b3.tar.gz
5739
Add mu.subx to CI.
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