mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
219137196e
Added a small testcase for FsRtlIsNameInExpression(). It's quite relevant for daily and simple use of the function. It shouldn't fail on ReactOS given our current implementation. svn path=/trunk/; revision=48932
19 lines
593 B
Ruby
19 lines
593 B
Ruby
<module name="kmtest" type="kernelmodedriver" installbase="system32/drivers" installname="kmtest.sys">
|
|
<bootstrap base="$(CDOUTPUT)" />
|
|
<include base="ReactOS">include/reactos/drivers</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<library>pseh</library>
|
|
<file>kmtest.c</file>
|
|
<file>deviface_test.c</file>
|
|
<file>drvobj_test.c</file>
|
|
<file>devobj_test.c</file>
|
|
<file>reghelper.c</file>
|
|
<file>ntos_ex.c</file>
|
|
<file>ntos_io.c</file>
|
|
<file>ntos_ke.c</file>
|
|
<file>ntos_ob.c</file>
|
|
<file>ntos_pools.c</file>
|
|
<file>ntos_fsrtl.c</file>
|
|
<file>kmtest.rc</file>
|
|
</module>
|