First Commit
This commit is contained in:
8
tests/ctest/common/x86emitter/codegen_tests.h
Normal file
8
tests/ctest/common/x86emitter/codegen_tests.h
Normal file
@@ -0,0 +1,8 @@
|
||||
// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team
|
||||
// SPDX-License-Identifier: GPL-3.0+
|
||||
|
||||
#include "common/Pcsx2Defs.h"
|
||||
|
||||
void runCodegenTest(void (*exec)(void *base), const char* description, const char* expected);
|
||||
|
||||
#define CODEGEN_TEST(command, expected) runCodegenTest([](void *base){ command; }, #command, expected)
|
||||
Reference in New Issue
Block a user