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:
Magnus Olsen 2007-05-12 10:14:22 +00:00
parent a3d6e8f3e9
commit 62ae8a3919
9 changed files with 539 additions and 114 deletions

View file

@ -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;
}