From 839dc88dc0439ae3f32c8c0f7650f32b09f311cc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 1 Oct 2018 22:09:46 -0700 Subject: 4647 - support 64-bit Linux in CI Generated 32-bit binaries are different on 64-bit. So let's compare them only on a 32-bit platform. And let's start also verifying their run-time behavior on Linux. --- subx/test_layers | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'subx/test_layers') diff --git a/subx/test_layers b/subx/test_layers index 2afa6dab..ea0a9273 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -9,19 +9,3 @@ do echo "=== $f" ./build_and_test_until $f || exit 1 done - -./clean top -for f in examples/*.subx -do - echo $f - target=`echo $f |sed 's/\..*//'` - CFLAGS=-g ./subx translate $f -o $target - git diff --quiet $target || exit 1 -done -for f in apps/*.subx -do - echo $f - target=`echo $f |sed 's/\..*//'` - CFLAGS=-g ./subx translate *.subx $f -o $target - git diff --quiet $target || exit 1 -done -- cgit 1.4.1-2-gfad0