mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 01:44:04 +00:00
14 lines
159 B
Bash
14 lines
159 B
Bash
|
#!/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
|
||
|
|