reactos/kmtests/kmtest.rbuild
Thomas Faber 22216d2eb7 [KMTESTS]
- add simple loader application that can list/run tests from a driver via DeviceIoControl, and prints output to the console

svn path=/branches/GSoC_2011/KMTestSuite/; revision=52157
2011-06-09 15:14:02 +00:00

9 lines
258 B
Ruby

<module name="kmtest" type="win32cui" installbase="system32" installname="kmtest.exe">
<include base="kmtest">include</include>
<library>advapi32</library>
<directory name="kmtest">
<file>kmtest.c</file>
<file>service.c</file>
</directory>
</module>