reactos/rostests
Giannis Adamopoulos dc6c2f8e88 [user32_apitest]
- In TrackMouseEvent tests, use mouse_event function to move the mouse cause this causes low level hooks to be called and SetCursorPos doesn't
- Test low level mouse hooks for TrackMouseEvent
- Test ways to block WM_MOUSEHOVER and WM_MOUSELEAVE. This is useful to detect where each message is generated
- clean up the code a bit by adding FLUSH_MESSAGES macro that checks for expected message queue status and flushes the message queue

svn path=/trunk/; revision=53855
2011-09-25 16:05:09 +00:00
..
apitests [user32_apitest] 2011-09-25 16:05:09 +00:00
dibtests
drivers [ROSTESTS] 2011-09-10 11:41:33 +00:00
dxtest
kmtests [KMTESTS/MM] 2011-09-23 11:43:02 +00:00
regtests
rosautotest [ROSTESTS] 2011-09-03 19:19:57 +00:00
tests [CMAKE] 2011-09-04 17:33:34 +00:00
win32 [ROSTESTS] 2011-09-10 11:41:33 +00:00
winetests [SHELL32_WINETEST] 2011-09-23 23:14:50 +00:00
.gitignore
CMakeLists.txt [ROSTESTS] 2011-09-10 11:41:33 +00:00
COPYING
directory.rbuild [ROSTESTS] 2011-09-10 11:41:33 +00:00
readme.txt

$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.