2022-12-15 19:06:48 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-04-16 14:24:08 +00:00
|
|
|
# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate
|
2022-12-16 17:36:53 +00:00
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2022-12-15 19:06:48 +00:00
|
|
|
set -e
|
|
|
|
|
2022-12-19 15:20:32 +00:00
|
|
|
./build/tests/c/instruction_checks/jalr.elf
|
2022-12-24 15:21:31 +00:00
|
|
|
./build/tests/c/instruction_checks/plain_disassembly.elf
|
2023-04-30 03:07:07 +00:00
|
|
|
./build/tests/c/instruction_checks/r3000gte_disasm.elf
|
2023-04-16 14:24:08 +00:00
|
|
|
./build/tests/c/instruction_checks/r5900_trunc_cvt.elf
|
2023-09-13 13:45:11 +00:00
|
|
|
./build/tests/c/instruction_checks/r5900_vcallms.elf
|