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.
This commit is contained in:
MerryMage 2021-05-16 21:48:22 +01:00
parent 9de58f2875
commit d93145bd04

View file

@ -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<A32::TranslatorVisitor>();
const auto get_ir = [](const A32::ASIMDMatcher<A32::TranslatorVisitor>& matcher, u32 instruction) {