about summary refs log tree commit diff stats
path: root/subx/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-13 19:47:23 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-13 19:47:23 -0700
commitae30c4682c0d629a1bb4c7bb0f24485b4abbcfee (patch)
tree2788269931ec6441f9879a742a0cc3d96af7fadb /subx/test_apps
parente63ec16b9fc99fa21a3c036ae79521d847c1df99 (diff)
downloadmu-ae30c4682c0d629a1bb4c7bb0f24485b4abbcfee.tar.gz
add subx/apps/survey 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 a6e78ee3..10b6869b 100755
--- a/subx/test_apps
+++ b/subx/test_apps
@@ -184,6 +184,16 @@ test `uname` = 'Linux'  &&  {
   echo
 }
 
+echo survey
+./subx translate 0*.subx apps/subx-common.subx apps/survey.subx  -o apps/survey
+[ "$1" != record ]  &&  git diff --exit-code apps/survey
+./subx run apps/survey test
+echo
+test `uname` = 'Linux'  &&  {
+  apps/survey test
+  echo
+}
+
 echo pack
 ./subx translate 0*.subx apps/subx-common.subx apps/pack.subx  -o apps/pack
 [ "$1" != record ]  &&  git diff --exit-code apps/pack