mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-14 12:38:43 +00:00
13 lines
373 B
Bash
Executable File
13 lines
373 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
set -e
|
|
|
|
./build/tests/c/instruction_checks/jalr.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
|