diff options
Diffstat (limited to 'test_apps')
-rwxr-xr-x | test_apps | 2 |
1 files changed, 1 insertions, 1 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++" |