summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/DSP/hermes.s
AgeCommit message (Collapse)Author
2022-06-14UnitTests: Use hermes.s as part of an actual testPokechu22
Before, the file just existed as the source code for HermesBinary.cpp, but we can test that things assemble correctly too (compare DSPTestBinary.cpp and DSPTestText.cpp). A bit of jank is needed due to MSVC limitations (see https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2026?view=msvc-170).
2021-07-05licensing: various one-off conversions to SPDX tagsPierre Bourdon
2017-06-05DSPTool: extract tests into a DSPAssemblyTestMichael Maltese
- Moves all test code from DSPTool into UnitTests/Core/DSPAssemblyTest. - Converts test files (which could only be loaded if they were in the shell's working directory, so basically never) into C++ values. - Enables most of the commented-out tests. - Removes non-deterministic random code test.