softjit: Add tests for compile success.
This commit is contained in:
parent
e266eb78ad
commit
0d93200faf
7 changed files with 110 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue