reactos/rostests
Colin Finck ce52fa83e3 Use the Windows CreateFile/WriteFile functions instead of open/write.
Fixes compilation with MSVC. (note that you also have to change the calling convention from __stdcall to __cdecl in the auto-created project file for the lib)

svn path=/trunk/; revision=33823
2008-06-01 20:34:12 +00:00
..
apitests Use the Windows CreateFile/WriteFile functions instead of open/write. 2008-06-01 20:34:12 +00:00
drivers add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
dxtest Fix win32kdxtest build 2008-05-08 17:00:15 +00:00
regtests_by_casper add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
tests add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
win32 Add a testing suite for CMD based on CMD scripts. 2008-05-17 20:01:21 +00:00
winetests Forgot to commit urlmon.dll tests synced with Wine HEAD 2008-05-17 22:29:12 +00:00
.gitignore Adding rostests as part of the tree restructure 2007-03-06 11:01:08 +00:00
copying Move tests from rosapps to rostests 2007-03-06 11:10:43 +00:00
directory.rbuild add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
readme.txt Move tests from rosapps to rostests 2007-03-06 11:10:43 +00:00

$Id: readme.txt 21229 2006-03-05 13:57:35Z frik85 $

====================
ReactOS Tests
====================

This directory contains various tests for ReactOS.
Make sure you also have a copy of the rest of the ReactOS
source before you attempt to build anything in this module.