moved psapi test
Added: trunk/reactos/regtests/winetests/psapi/ Added: trunk/reactos/regtests/winetests/psapi/psapi_test.xml
--- trunk/reactos/lib/psapi/tests/psapi_test.xml 2005-08-06 22:08:13 UTC (rev 17118) +++ trunk/reactos/regtests/winetests/psapi/psapi_test.xml 2005-08-06 23:11:59 UTC (rev 17121) @@ -0,0 +1,8 @@
+<module name="psapi_test" type="win32cui" installbase="bin" installname="psapi_test.exe" warnings="true"> + <include base="psapi_test">.</include> + <define name="__USE_W32API" /> + <library>ntdll</library> + <library>psapi</library> + <file>testlist.c</file> + <file>module.c</file> +</module>