From cfea67e9a00419c4493699c0ac8691d9bbb0ceca Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 20 May 2019 01:34:11 -0700 Subject: SubX in SubX: done with dquotes phase Add the new binary 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 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 -- cgit 1.4.1-2-gfad0