Commit graph

12 commits

Author SHA1 Message Date
James Benton
a2f15542c0 tests: Fix compile from changes to cpu disassembly functions. 2019-09-26 17:18:46 +01:00
James Benton
4aa1ec57f1 decaf: New VFS implementation. 2019-02-02 15:11:27 +00:00
James Benton
1dc2c3a278 common: Change log.h to no longer include spdlog.h 2019-01-31 10:42:57 +00:00
James Benton
c540695c9d cmake: Remove install for tests. 2019-01-29 08:44:20 +00:00
James Benton
f1587ca593 Refactor configuration for libcpu, libgpu and libdecaf. 2019-01-03 20:51:11 +00:00
James Benton
f082d6038a cmake: Cleanup some library dependencies. 2018-12-15 08:36:59 +00:00
CreeperMario
5af80bfb08 tests/cpu: Fix build errors from incompatible lambda expression
* Adds a cpu::Core argument to the lambda expressions used in 
runner-achurch and runner-generated so that the resulting expression is 
compatible with cpu::EntryPointHandler
* Includes spdlog/sinks/stdout_sinks.h manually - an upstream bug?
* Removes references to deprecated be_val header
2018-12-04 11:44:57 +00:00
James Benton
4058a73baa cpu: Rename espresso_registers.h to espresso_registerformats.h 2018-06-22 12:31:00 +01:00
James Benton
a364565f8b Move to a .toml config file and try to unify config loading.
Still not an ideal solution, but it's at least a step in the right direction.
2017-04-24 23:32:00 +01:00
James Benton
422dacb87e cmake: Fix tests solution folder. 2017-04-21 15:06:49 +01:00
James Benton
e7ee3b44e3 cmake: Add test running with CTest. 2017-04-21 14:45:23 +01:00
James Benton
b6e752531d cmake: Add CMake build support for CPU & HLE tests. 2017-04-21 14:16:16 +01:00