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