mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
DSPTool: extract tests into a DSPAssemblyTest
- 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.
This commit is contained in:
parent
1580b6e627
commit
80710984dc
13 changed files with 322 additions and 192 deletions
11
Source/UnitTests/Core/DSP/HermesBinary.h
Normal file
11
Source/UnitTests/Core/DSP/HermesBinary.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2017 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
extern const std::vector<u16> s_hermes_bin;
|
Loading…
Add table
Add a link
Reference in a new issue