summaryrefslogtreecommitdiff
path: root/test_asm.sh
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2020-09-04 15:56:00 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:22 -0400
commit0a5dcc056e22bab849d8d7877928d300201af823 (patch)
treeb633cb97d8bacda6f8b5a5df533404c260a2e565 /test_asm.sh
parent07dd5f22a5d3127981eea7602bd3d6c221f5d12e (diff)
Progress on porting x86 assembler for MicroJIT
Diffstat (limited to 'test_asm.sh')
-rwxr-xr-xtest_asm.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test_asm.sh b/test_asm.sh
new file mode 100755
index 0000000000..446dd36d65
--- /dev/null
+++ b/test_asm.sh
@@ -0,0 +1,6 @@
+# NOTE: I did not know what would be the sensible way to compile
+# and run these tests from the Ruby makefile
+
+clang -std=c99 -Wall ujit_asm.c ujit_asm_tests.c -o asm_test
+
+./asm_test