From 8a9a2d004951dc0c9e724fbb050d14b75d4fcd1d Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 18 Oct 2021 10:53:29 -0400 Subject: Move test_yjit_asm.sh into misc Since conventionally scripts don't live at the top level of the repo. --- misc/test_yjit_asm.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 misc/test_yjit_asm.sh (limited to 'misc') diff --git a/misc/test_yjit_asm.sh b/misc/test_yjit_asm.sh new file mode 100755 index 0000000000..546acf39c9 --- /dev/null +++ b/misc/test_yjit_asm.sh @@ -0,0 +1,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 -- cgit v1.2.3