mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
add version tests
svn path=/trunk/; revision=17120
This commit is contained in:
parent
f997cb9046
commit
551795b06d
1 changed files with 8 additions and 0 deletions
8
reactos/regtests/winetests/version/version_test.xml
Normal file
8
reactos/regtests/winetests/version/version_test.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<module name="version_test" type="win32cui" installbase="bin" installname="version_test.exe" warnings="true">
|
||||||
|
<include base="version_test">.</include>
|
||||||
|
<define name="__USE_W32API" />
|
||||||
|
<library>ntdll</library>
|
||||||
|
<library>version</library>
|
||||||
|
<file>testlist.c</file>
|
||||||
|
<file>info.c</file>
|
||||||
|
</module>
|
Loading…
Reference in a new issue