mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
454f222ade
- Merge the Kernel Mode Test Suite Google Summer of Code project - Happy testing, everyone ;) svn path=/trunk/; revision=53671
13 lines
465 B
Ruby
13 lines
465 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<directory name="example">
|
|
<xi:include href="example/example_drv.rbuild" />
|
|
</directory>
|
|
<directory name="ntos_io">
|
|
<xi:include href="ntos_io/iodeviceobject_drv.rbuild" />
|
|
<xi:include href="ntos_io/iohelper_drv.rbuild" />
|
|
</directory>
|
|
<xi:include href="kmtest.rbuild" />
|
|
<xi:include href="kmtest_drv.rbuild" />
|
|
</group>
|