From d93145bd04020d361e6fb8ea2dd440a128cf79a5 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sun, 16 May 2021 21:48:22 +0100 Subject: [PATCH] decoder_tests: Only run ASIMD decoder test explicitly The test is a 2 minute test whose result only really matters if the ASIMD decoder is modified. --- tests/decoder_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/decoder_tests.cpp b/tests/decoder_tests.cpp index 930b723d..e3155483 100644 --- a/tests/decoder_tests.cpp +++ b/tests/decoder_tests.cpp @@ -17,7 +17,7 @@ using namespace Dynarmic; -TEST_CASE("ASIMD Decoder: Ensure table order correctness", "[decode][a32]") { +TEST_CASE("ASIMD Decoder: Ensure table order correctness", "[decode][a32][.]") { const auto table = A32::GetASIMDDecodeTable(); const auto get_ir = [](const A32::ASIMDMatcher& matcher, u32 instruction) {