summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/IOS/ES
AgeCommit message (Collapse)Author
2025-05-16UnitTests: Remove redundant template type specifersDr. Dystopia
2025-04-23UnitTests: Use `constexpr`Dr. Dystopia
2025-01-06Fix several minor warningsSintendo
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2020-08-16UnitTests: quiet warningsShawn Hoffman
2017-06-26Add CommonTitles.h for common Wii title IDsLéo Lam
2017-06-14IOS/ESFormats: Use SignedBlobReader for TMDs and ticketsLéo Lam
2017-04-05Add unit tests for IOS/ESFormatsLéo Lam
This adds unit tests for IOS/ESFormats, and in particular, for the TMDReader. It is tested using invalid TMDs (to check IsValid()) and two valid, properly signed TMDs. Things which are now tested: * Title type helper functions. * TMDReader: Validity check. * TMDReader: General information returned by the Get*() methods. * TMDReader: Raw TMD and generated TMD view, compared against IOS. * TMDReader: Game ID generation code (which is Dolphin specific). * TMDReader: Content information: getting by ID/index, order, metadata.