summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/DSP/DSPAssemblyTest.cpp
AgeCommit message (Expand)Author
2022-06-14UnitTests: Remove unused include from DSPAssemblyTestPokechu22
2022-06-14UnitTests: Add tests for assembling DSP code to expected binaryPokechu22
2022-06-14UnitTests: Fail DSPAssemblyTest if the assembled code doesn't match the expec...Pokechu22
2022-06-14UnitTests: Use fmt::print in DSPAssemblyTestPokechu22
2022-06-14UnitTests: Fix typo in DSPAssemblyTestPokechu22
2022-06-14UnitTests: Use hermes.s as part of an actual testPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2017-06-30DSPDisassembler: remove unused base_addr parameterMichael Maltese
2017-06-30DSPDisassembler: get rid of double-pass and temp fileMichael Maltese
2017-06-05DSPTool: extract tests into a DSPAssemblyTestMichael Maltese