about summary refs log tree commit diff stats
path: root/subx/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-06 12:10:24 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-06 12:10:24 -0800
commitb94863fdf2657f27b73eca09f5d1c4824cf54532 (patch)
treea64a058f509d282a30ac570381afbfa03adb5f3c /subx/test_apps
parent48140fcd3ff7c7c7fc9f5eb45ef6b95ed96dca86 (diff)
downloadmu-b94863fdf2657f27b73eca09f5d1c4824cf54532.tar.gz
4852
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 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