From ae30c4682c0d629a1bb4c7bb0f24485b4abbcfee Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 13 Jul 2019 19:47:23 -0700 Subject: add subx/apps/survey to CI --- subx/test_apps | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'subx/test_apps') 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 -- cgit 1.4.1-2-gfad0