How to Use Xenonrecomp to Recompile testing #119
Unanswered
NathanosPregui
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I would like to know exactly how I can use xenonrecomp to recompile this thing called test.
""Tests
XenonRecomp can recompile Xenia's PPC tests and execute them through the XenonTests project in the repository. After building the tests using Xenia's build system, XenonRecomp can process the src/xenia/cpu/ppc/testing/bin directory as input, generating C++ files in the specified output directory:
XenonRecomp [input testing directory path] [input PPC context header file path] [output directory path]
Once the files are generated, refresh XenonTests' CMake cache to make them appear in the project. The tests can then be executed to compare the results of instructions against the expected values.""
Beta Was this translation helpful? Give feedback.
All reactions