summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/yjit_asm_tests.yml (renamed from .github/workflows/asm_tests.yml)4
-rw-r--r--doc/yjit/yjit.md2
-rwxr-xr-xmisc/test_yjit_asm.sh (renamed from test_asm.sh)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/asm_tests.yml b/.github/workflows/yjit_asm_tests.yml
index a5601b97d7..1c4394e960 100644
--- a/.github/workflows/asm_tests.yml
+++ b/.github/workflows/yjit_asm_tests.yml
@@ -1,4 +1,4 @@
-name: x86 assembler tests
+name: YJIT x86 assembler tests
on: [push, pull_request]
@@ -19,5 +19,5 @@ jobs:
with:
path: src
- name: Run ASM tests
- run: ./test_asm.sh
+ run: ./misc/test_yjit_asm.sh
working-directory: src
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index 0f474277f3..a280eb3ba0 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -172,7 +172,7 @@ The YJIT source code is divided between:
- `yjit_iface.c`: code YJIT uses to interface with the rest of CRuby
- `yjit.h`: C definitions YJIT exposes to the rest of the CRuby
- `yjit.rb`: `YJIT` Ruby module that is exposed to Ruby
-- `test_asm.sh`: script to compile and run the in-memory assembler tests
+- `misc/test_yjit_asm.sh`: script to compile and run the in-memory assembler tests
- `tool/ruby_vm/views/vm.inc.erb`: template instruction handler used to hook into the interpreter
The core of CRuby's interpreter logic is found in:
diff --git a/test_asm.sh b/misc/test_yjit_asm.sh
index 546acf39c9..546acf39c9 100755
--- a/test_asm.sh
+++ b/misc/test_yjit_asm.sh