dynarmic/tests
Lioncash d909b0919e fuzz_with_unicorn: Move std::vector outside loop in small random block test case
Avoids constructing and destructing the vector repeatedly, we can just
alter the contents of the vector on each iteration instead. Also move
out the std::array instances as well, like with the floating-point test
case and the single random instruction test case.

We can also use the regular form of std::generate and avoid hardcoding
size values twice.
2020-04-22 20:46:18 +01:00
..
A32 fuzz_arm: Use SCOPE_FAIL 2020-04-22 20:46:13 +01:00
A64 fuzz_with_unicorn: Move std::vector outside loop in small random block test case 2020-04-22 20:46:18 +01:00
CMakeLists.txt tests: Add print_info program 2020-04-22 20:46:18 +01:00
main.cpp Reorganisation, Import Skyeye, This is a mess 2016-07-04 17:22:11 +08:00
print_info.cpp tests: Add print_info program 2020-04-22 20:46:18 +01:00
rand_int.h Fuzz thumb instructions 2016-07-07 19:01:47 +08:00