reactos/kmtests/kmtest.rbuild
Thomas Faber c588b3e5fc [KMTESTS]
- add RtlSplayTree test. Patch by arty (hacks by me ;])
- add RtlAvlTree test using the same code
- add kmtest_drivers and kmtest_all build targets

svn path=/branches/GSoC_2011/KMTestSuite/; revision=53046
2011-08-03 11:21:35 +00:00

21 lines
558 B
Ruby

<module name="kmtest" type="win32cui" installbase="bin" installname="kmtest.exe">
<include base="kmtest">include</include>
<library>advapi32</library>
<library>ntdll</library>
<define name="KMT_USER_MODE" />
<directory name="kmtest">
<file>kmtest.c</file>
<file>service.c</file>
<file>support.c</file>
<file>testlist.c</file>
</directory>
<directory name="example">
<file>Example_user.c</file>
</directory>
<directory name="rtl">
<file>RtlAvlTree.c</file>
<file>RtlMemory.c</file>
<file>RtlSplayTree.c</file>
</directory>
</module>