diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-20 01:34:11 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-20 01:34:11 -0700 |
commit | cfea67e9a00419c4493699c0ac8691d9bbb0ceca (patch) | |
tree | b4f8c2dfbbca46c8a01c376763b983e3635b3091 /subx | |
parent | f1c44c99a9f38976243cf60c0da7ce4584f427fd (diff) | |
download | mu-cfea67e9a00419c4493699c0ac8691d9bbb0ceca.tar.gz |
SubX in SubX: done with dquotes phase
Add the new binary to CI.
Diffstat (limited to 'subx')
-rwxr-xr-x | subx/test_apps | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/subx/test_apps b/subx/test_apps index 3001940f..08153d67 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -200,4 +200,14 @@ test `uname` = 'Linux' && { echo } +echo dquotes +./subx translate 0*.subx apps/subx-common.subx apps/dquotes.subx -o apps/dquotes +[ "$1" != record ] && git diff --exit-code apps/dquotes +./subx run apps/dquotes test +echo +test `uname` = 'Linux' && { + apps/dquotes test + echo +} + exit 0 |