mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
107c3d29cb
-sync winetest to WINE-rc1 -add a rbuild file for winetest (not added to build yet) note: minor winetest modifications should be made like loading tests from a folder at startup svn path=/trunk/; revision=33556
10 lines
310 B
Ruby
10 lines
310 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<directory name="queuetest">
|
|
<xi:include href="queuetest/queuetest.rbuild" />
|
|
</directory>
|
|
<directory name="tests">
|
|
<xi:include href="tests/kernel32.rbuild" />
|
|
</directory>
|
|
</group>
|