summaryrefslogtreecommitdiff
path: root/test_asm.sh
blob: 546acf39c914d1d99e396c3bc56cd0ea9f36da03 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -e
set -x

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

./asm_test

rm asm_test