softjit: Add tests for compile success.

This commit is contained in:
Unknown W. Brackets 2022-01-29 18:34:14 -08:00
parent e266eb78ad
commit 0d93200faf
7 changed files with 110 additions and 2 deletions

View file

@ -754,6 +754,7 @@ bool TestArmEmitter();
bool TestArm64Emitter();
bool TestX64Emitter();
bool TestShaderGenerators();
bool TestSoftwareGPUJit();
bool TestThreadManager();
TestItem availableTests[] = {
@ -779,6 +780,7 @@ TestItem availableTests[] = {
TEST_ITEM(CLZ),
TEST_ITEM(MemMap),
TEST_ITEM(ShaderGenerators),
TEST_ITEM(SoftwareGPUJit),
TEST_ITEM(Path),
TEST_ITEM(AndroidContentURI),
TEST_ITEM(ThreadManager),