diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-11-10 21:12:22 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-11-10 21:12:22 -0800 |
commit | ddb8334fef53c3bf47d5f7e7fc6672be892e20b3 (patch) | |
tree | 6924877b30c61ba0c44b6ea77d278d2b9bf72de9 /test_apps | |
parent | 525767cb0e7b6206a4785673d6e1babd567b5e71 (diff) | |
download | mu-ddb8334fef53c3bf47d5f7e7fc6672be892e20b3.tar.gz |
5739
Add mu.subx to CI.
Diffstat (limited to 'test_apps')
-rwxr-xr-x | test_apps | 8 |
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 |