add version tests

svn path=/trunk/; revision=17120
This commit is contained in:
Steven Edwards 2005-08-06 23:08:51 +00:00
parent f997cb9046
commit 551795b06d

View 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>