| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-14 | UnitTests: Use hermes.s as part of an actual test | Pokechu22 | |
| 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-05 | licensing: various one-off conversions to SPDX tags | Pierre Bourdon | |
| 2017-06-05 | DSPTool: extract tests into a DSPAssemblyTest | Michael 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. | |||
