mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
97e7725dc9
- Add paged/nonpaged pools test routines. - Comment out invocations of other tests temporary. svn path=/trunk/; revision=33852
15 lines
492 B
Ruby
15 lines
492 B
Ruby
<module name="kmtest" type="kernelmodedriver" installbase="system32/drivers" installname="kmtest.sys">
|
|
<bootstrap base="$(CDOUTPUT)" />
|
|
<define name="__USE_W32API" />
|
|
<include base="ReactOS">include/reactos/drivers</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>kmtest.c</file>
|
|
<file>deviface.c</file>
|
|
<file>deviface_test.c</file>
|
|
<file>ntos_ex.c</file>
|
|
<file>ntos_io.c</file>
|
|
<file>ntos_ob.c</file>
|
|
<file>ntos_pools.c</file>
|
|
<file>kmtest.rc</file>
|
|
</module>
|