summaryrefslogtreecommitdiff
path: root/Source/UnitTests/AudioJitTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/UnitTests/AudioJitTests.cpp')
-rw-r--r--Source/UnitTests/AudioJitTests.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/UnitTests/AudioJitTests.cpp b/Source/UnitTests/AudioJitTests.cpp
index d192bd82cd..cfabaeeb6c 100644
--- a/Source/UnitTests/AudioJitTests.cpp
+++ b/Source/UnitTests/AudioJitTests.cpp
@@ -77,6 +77,14 @@ void sbset()
tester.Report();
}
+void nx_s()
+{
+ DSPJitTester tester(0x8000, 0x0020);
+ tester.AddTestData(DSP_REG_AR0);
+ tester.AddTestData(DSP_REG_ACL0);
+ tester.TestAll(true);
+ tester.Report();
+}
void AudioJitTests()
{
DSPJitTester::Initialize();
@@ -91,6 +99,7 @@ void AudioJitTests()
nx_ir();
nx_dr();
nx_nr();
+ nx_s();
}
//required to be able to link against DSPCore