mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 16:08:15 +00:00
13 lines
174 B
Bash
Executable file
13 lines
174 B
Bash
Executable file
#!/bin/sh
|
|
|
|
|
|
./map_crash map_write
|
|
./sigill sigill2
|
|
./block_test
|
|
./ro_mem_test nr_mem_test
|
|
./timeout_segfault
|
|
./rep_movsb
|
|
./mem_unmap
|
|
./mem_protect
|
|
./mem_exec
|
|
./mem_map_large
|