about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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