mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 06:19:43 +00:00
14 lines
436 B
Bash
Executable File
14 lines
436 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
set -e
|
|
|
|
./build/tests/c/instruction_checks/jalr.elf
|
|
./build/tests/c/instruction_checks/get_branch_vram_generic.elf
|
|
./build/tests/c/instruction_checks/plain_disassembly.elf
|
|
./build/tests/c/instruction_checks/r3000gte_disasm.elf
|
|
./build/tests/c/instruction_checks/r5900_trunc_cvt.elf
|
|
./build/tests/c/instruction_checks/r5900_vcallms.elf
|