diff options
author | Sven Gothel <[email protected]> | 2011-07-23 01:50:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-23 01:50:21 +0200 |
commit | 967782f7bdbd0dd73c2e3ea448a0c9d44552a7d9 (patch) | |
tree | e05edc4bed58c9ff8503728b0a6db07b67032144 /test/native/alignment_test.sh | |
parent | 2d57b3cbb4a8189ecb5523f6d8de3aa37db78a13 (diff) |
Adding native crosscompile test to ubuntu/armv7 and android/armv7
Diffstat (limited to 'test/native/alignment_test.sh')
-rw-r--r-- | test/native/alignment_test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/native/alignment_test.sh b/test/native/alignment_test.sh new file mode 100644 index 0000000..9cd8354 --- /dev/null +++ b/test/native/alignment_test.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +gcc -o alignment_test alignment_test.c +./alignment_test |