mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-06 06:55:02 +00:00
DX12 fix + rpcs3-tests project
This commit is contained in:
parent
8cfabf0ead
commit
d4e0da3f80
41 changed files with 404 additions and 1299 deletions
27
rpcs3-tests/ps3_syscall.cpp
Normal file
27
rpcs3-tests/ps3_syscall.cpp
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#include "stdafx.h"
|
||||
|
||||
TEST_CLASS(UnitTest1)
|
||||
{
|
||||
TEST_METHOD(TestMethod1)
|
||||
{
|
||||
setup_ps3_environment();
|
||||
}
|
||||
|
||||
TEST_METHOD(TestMethod2)
|
||||
{
|
||||
// TODO: Your test code here
|
||||
}
|
||||
};
|
||||
|
||||
TEST_CLASS(UnitTest2)
|
||||
{
|
||||
TEST_METHOD(TestMethod1)
|
||||
{
|
||||
// TODO: Your test code here
|
||||
}
|
||||
|
||||
TEST_METHOD(TestMethod2)
|
||||
{
|
||||
// TODO: Your test code here
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue