about summary refs log tree commit diff stats
path: root/subx/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-20 01:34:11 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-20 01:34:11 -0700
commitcfea67e9a00419c4493699c0ac8691d9bbb0ceca (patch)
treeb4f8c2dfbbca46c8a01c376763b983e3635b3091 /subx/test_apps
parentf1c44c99a9f38976243cf60c0da7ce4584f427fd (diff)
downloadmu-cfea67e9a00419c4493699c0ac8691d9bbb0ceca.tar.gz
SubX in SubX: done with dquotes phase
Add the new binary to CI.
Diffstat (limited to 'subx/test_apps')
-rwxr-xr-xsubx/test_apps10
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