mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
75946e1764
- Added basic tests for DriverObject, DeviceObject and Loading/Unloading of drivers. - Added kmtestassist to be used for testing Attached DeviceObject. - Added CreateLowerDeviceRegistryKey to manually create volatile registry entry for kmtestassist driver. - More tests still need to be implemented and still need a user mode application to control kmtest. svn path=/trunk/; revision=41381
17 lines
498 B
Ruby
17 lines
498 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<directory name="csqtest">
|
|
<xi:include href="csqtest/csqtest.rbuild" />
|
|
</directory>
|
|
<directory name="kmtest">
|
|
<xi:include href="kmtest/kmtest.rbuild" />
|
|
</directory>
|
|
<directory name="kmtest">
|
|
<xi:include href="kmtest/kmtestassist.rbuild" />
|
|
</directory>
|
|
<directory name="memtest">
|
|
<xi:include href="memtest/memtest.rbuild" />
|
|
</directory>
|
|
</group>
|