summaryrefslogtreecommitdiff
path: root/test_asm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_asm.sh')
-rwxr-xr-xtest_asm.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test_asm.sh b/test_asm.sh
index d6493fbdff..546acf39c9 100755
--- a/test_asm.sh
+++ b/test_asm.sh
@@ -1,7 +1,9 @@
+#!/bin/bash
+
set -e
set -x
-clang -std=gnu99 -Wall -Werror -Wshorten-64-to-32 yjit_asm.c yjit_asm_tests.c -o asm_test
+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