On 19/06/2022 05.34, Kenneth Adam Miller wrote:
Hello all,
Suppose I am wanting to implement and test for the TCG. Is there any set of
interactive binaries or other things that I could use to work with it? Could
I open a shell to it? Perhaps feed it specific byte sequences for tests to
ensure correct operation? Are there a canonical set of unit tests that
exercise the TCG that each architecture implements?
We've got a bunch of TCG-related tests in the tests/tcg/ , so I suggest you
start with these.
HTH,
Thomas