mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
update dxhaltest with some new test, Thuse test are not 100% correct in all case. some error should be supress when it been run in vmware with windows or reactos
svn path=/trunk/; revision=26718
This commit is contained in:
parent
a3d6e8f3e9
commit
62ae8a3919
9 changed files with 539 additions and 114 deletions
|
@ -38,6 +38,12 @@ int main(int argc, char **argv)
|
|||
|
||||
test_NtGdiDdQueryDirectDrawObject(hDirectDrawLocal);
|
||||
|
||||
test_NtGdiDdGetScanLine(hDirectDrawLocal);
|
||||
|
||||
test_NtGdiDdWaitForVerticalBlank(hDirectDrawLocal);
|
||||
|
||||
test_NtGdiDdCanCreateSurface(hDirectDrawLocal);
|
||||
|
||||
test_NtGdiDdDeleteDirectDrawObject(hDirectDrawLocal);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue