summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/DSP
AgeCommit message (Expand)Author
2022-07-26UnitTests: Fix warnings from HermesTextPokechu22
2022-06-14UnitTests: Remove unused include from DSPAssemblyTestPokechu22
2022-06-14UnitTests: Fix license for HermesBinary.cppPokechu22
2022-06-14UnitTests: Edit wait_for_dsp_mail in HermesText to match HermesBinaryPokechu22
2022-06-14UnitTests: Update DSP test text for old renamesPokechu22
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-05licensing: various one-off conversions to SPDX tagsPierre Bourdon
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2017-09-24UnitTests: Add DSP accelerator testsLéo Lam
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