From b94863fdf2657f27b73eca09f5d1c4824cf54532 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 6 Dec 2018 12:10:24 -0800 Subject: 4852 --- 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 2bb7adec..edd2116b 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -160,4 +160,14 @@ test `uname` = 'Linux' && { echo } +echo hex +CFLAGS=-g ./subx translate *.subx apps/hex.subx -o apps/hex +[ "$1" != record ] && git diff --quiet apps/hex +CFLAGS=-g ./subx run apps/hex test +echo +test `uname` = 'Linux' && { + apps/hex test + echo +} + exit 0 -- cgit 1.4.1-2-gfad0