mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00

* Add GetDriveType tests. Some fails in ReactOS * Fix few rbuild files svn path=/trunk/; revision=51484
13 lines
389 B
Ruby
13 lines
389 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="kernel32_apitest" type="win32cui" installbase="bin" installname="kernel32_apitest.exe">
|
|
<include base="kernel32_apitest">.</include>
|
|
<library>wine</library>
|
|
<library>ntdll</library>
|
|
<library>pseh</library>
|
|
<file>testlist.c</file>
|
|
|
|
<file>GetDriveType.c</file>
|
|
</module>
|
|
</group>
|