Added SystemParametersInfo unit test.
This commit is contained in:
parent
ee346956eb
commit
812bc5298b
@ -56,7 +56,11 @@ SUBDIRS = \
|
|||||||
|
|
||||||
EXTRASUBDIRS = \
|
EXTRASUBDIRS = \
|
||||||
dde \
|
dde \
|
||||||
resources
|
resources \
|
||||||
|
tests
|
||||||
|
|
||||||
|
CTESTS = \
|
||||||
|
tests/sysparams.c
|
||||||
|
|
||||||
@MAKE_DLL_RULES@
|
@MAKE_DLL_RULES@
|
||||||
|
|
||||||
|
3
dlls/user/tests/.cvsignore
Normal file
3
dlls/user/tests/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
sysparams.ok
|
||||||
|
testlist.c
|
||||||
|
user32_test.spec.c
|
1034
dlls/user/tests/sysparams.c
Normal file
1034
dlls/user/tests/sysparams.c
Normal file
File diff suppressed because it is too large
Load Diff
8
dlls/user/tests/user32_test.spec
Normal file
8
dlls/user/tests/user32_test.spec
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name user32_test
|
||||||
|
type win32
|
||||||
|
mode cuiexe
|
||||||
|
|
||||||
|
import user32.dll
|
||||||
|
import advapi32.dll
|
||||||
|
import kernel32.dll
|
||||||
|
import ntdll.dll
|
Loading…
x
Reference in New Issue
Block a user