Added SystemParametersInfo unit test.

This commit is contained in:
Andriy Palamarchuk 2002-02-27 21:32:18 +00:00 committed by Alexandre Julliard
parent ee346956eb
commit 812bc5298b
4 changed files with 1050 additions and 1 deletions

View File

@ -56,7 +56,11 @@ SUBDIRS = \
EXTRASUBDIRS = \
dde \
resources
resources \
tests
CTESTS = \
tests/sysparams.c
@MAKE_DLL_RULES@

View File

@ -0,0 +1,3 @@
sysparams.ok
testlist.c
user32_test.spec.c

1034
dlls/user/tests/sysparams.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
name user32_test
type win32
mode cuiexe
import user32.dll
import advapi32.dll
import kernel32.dll
import ntdll.dll