dolphin/Source/UnitTests
Léo Lam 45647df349 UnitTests: Add tests for the Wii filesystem
This adds unit tests for the Wii filesystem now that the filesystem
interface is neatly separated from the IPC code.

Basic FS functionality is tested, in addition to problematic usages and
edge cases that Dolphin used to handle incorrectly (which of course
broke emulated software).

These tests should make it quite a bit harder to introduce regressions.

Issues that are covered by the tests in particular:

* Metadata: issue 10234 (though tests are commented out for now because
  Dolphin doesn't support NAND images yet so it can't track metadata);

* EOF seeks/reads: https://github.com/dolphin-emu/dolphin/pull/4942

* Read/write operations from multiple handles: see issue 2917, 5232 and
  8702 and https://github.com/dolphin-emu/dolphin/pull/2649
2018-04-15 14:29:27 +02:00
..
Common CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
Core UnitTests: Add tests for the Wii filesystem 2018-04-15 14:29:27 +02:00
VideoCommon VertexLoaderTest: fix maybe-uninitialized warning 2017-03-31 13:51:20 -07:00
CMakeLists.txt CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
StubHost.cpp DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
UnitTests.vcxproj Remove OpenAL DLL from Externals 2017-06-27 00:06:14 -07:00
UnitTests.vcxproj.user msbuild: increment other version numbers to vs2017 equivalents 2017-06-03 18:20:39 -07:00