summaryrefslogtreecommitdiff
path: root/test_asm.sh
blob: d6493fbdff3f97d322af970f9e9a7e5498b2f6b0 (plain)
1
2
3
4
5
6
7
8
set -e
set -x

clang -std=gnu99 -Wall -Werror -Wshorten-64-to-32 yjit_asm.c yjit_asm_tests.c -o asm_test

./asm_test

rm asm_test