diff options
-rwxr-xr-x | test_apps | 2 | ||||
-rwxr-xr-x | test_layers | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test_apps b/test_apps index b8c142be..a59b83a2 100755 --- a/test_apps +++ b/test_apps @@ -8,7 +8,7 @@ cd `dirname $0` test `uname` = 'Linux' && echo 'testing native runs as well' -CFLAGS=$CFLAGS ./build +./build echo "== translating and running using C++" diff --git a/test_layers b/test_layers index 2a7c693d..2aee0521 100755 --- a/test_layers +++ b/test_layers @@ -15,7 +15,7 @@ done # build everything one last time ./clean -CFLAGS=$CFLAGS ./build # build optimized by default since we'll be running it repeatedly below +./build # build optimized since we'll be running it repeatedly below # add SubX files one at a time for f in [0-9]*.subx |