rename tests to dllname_winetest to make it less trouble on exception to
change build system rules for ros tests
Modified: trunk/reactos/regtests/winetests/advapi32/advapi32_test.xml
Modified: trunk/reactos/regtests/winetests/comctl32/comctl32_test.xml
Modified: trunk/reactos/regtests/winetests/gdi32/gdi32_test.xml
Modified: trunk/reactos/regtests/winetests/kernel32/kernel32_test.xml
Modified: trunk/reactos/regtests/winetests/msvcrt/msvcrt_test.xml
Modified: trunk/reactos/regtests/winetests/ntdll/ntdll_test.xml
Modified: trunk/reactos/regtests/winetests/psapi/psapi_test.xml
Modified: trunk/reactos/regtests/winetests/shlwapi/shlwapi_test.xml
Modified: trunk/reactos/regtests/winetests/user32/user32_test.xml
Modified: trunk/reactos/regtests/winetests/version/version_test.xml
_____
Modified: trunk/reactos/regtests/winetests/advapi32/advapi32_test.xml
--- trunk/reactos/regtests/winetests/advapi32/advapi32_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/advapi32/advapi32_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="advapi32_test" type="win32cui"
installbase="bin"
installname="advapi32_test.exe" warnings="true">
- <include base="advapi32_test">.</include>
+<module name="advapi32_winetest" type="win32cui"
installbase="bin"
installname="advapi32_winetest.exe" warnings="true">
+ <include base="advapi32_winetest">.</include>
<define name="__USE_W32API" />
<library>advapi32</library>
<library>ntdll</library>
_____
Modified: trunk/reactos/regtests/winetests/comctl32/comctl32_test.xml
--- trunk/reactos/regtests/winetests/comctl32/comctl32_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/comctl32/comctl32_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="comctl32_test" type="win32cui"
installbase="bin"
installname="comctl32_test.exe" warnings="true">
- <include base="comctl32_test">.</include>
+<module name="comctl32_winetest" type="win32cui"
installbase="bin"
installname="comctl32_winetest.exe" warnings="true">
+ <include base="comctl32_winetest">.</include>
<define name="__USE_W32API" />
<library>shlwapi</library>
<library>ole32</library>
_____
Modified: trunk/reactos/regtests/winetests/gdi32/gdi32_test.xml
--- trunk/reactos/regtests/winetests/gdi32/gdi32_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/gdi32/gdi32_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="gdi32_test" type="win32cui"
installbase="bin"
installname="gdi32_test.exe" warnings="true">
- <include base="gdi32_test">.</include>
+<module name="gdi32_winetest" type="win32cui"
installbase="bin"
installname="gdi32_winetest.exe" warnings="true">
+ <include base="gdi32_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<library>gdi32</library>
_____
Modified: trunk/reactos/regtests/winetests/kernel32/kernel32_test.xml
--- trunk/reactos/regtests/winetests/kernel32/kernel32_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/kernel32/kernel32_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="kernel32_test" type="win32cui"
installbase="bin"
installname="kernel32_test.exe" warnings="true">
- <include base="kernel32_test">.</include>
+<module name="kernel32_winetest" type="win32cui"
installbase="bin"
installname="kernel32_winetest.exe" warnings="true">
+ <include base="kernel32_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<library>kernel32</library>
_____
Modified: trunk/reactos/regtests/winetests/msvcrt/msvcrt_test.xml
--- trunk/reactos/regtests/winetests/msvcrt/msvcrt_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/msvcrt/msvcrt_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="msvcrt_test" type="win32cui"
installbase="bin"
installname="msvcrt_test.exe" warnings="true">
- <include base="msvcrt_test">.</include>
+<module name="msvcrt_winetest" type="win32cui"
installbase="bin"
installname="msvcrt_winetest.exe" warnings="true">
+ <include base="msvcrt_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<file>cpp.c</file>
_____
Modified: trunk/reactos/regtests/winetests/ntdll/ntdll_test.xml
--- trunk/reactos/regtests/winetests/ntdll/ntdll_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/ntdll/ntdll_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="ntdll_test" type="win32cui"
installbase="bin"
installname="ntdll_test.exe" warnings="true">
- <include base="ntdll_test">.</include>
+<module name="ntdll_winetest" type="win32cui"
installbase="bin"
installname="ntdll_winetest.exe" warnings="true">
+ <include base="ntdll_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<file>atom.c</file>
_____
Modified: trunk/reactos/regtests/winetests/psapi/psapi_test.xml
--- trunk/reactos/regtests/winetests/psapi/psapi_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/psapi/psapi_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="psapi_test" type="win32cui"
installbase="bin"
installname="psapi_test.exe" warnings="true">
- <include base="psapi_test">.</include>
+<module name="psapi_winetest" type="win32cui"
installbase="bin"
installname="psapi_winetest.exe" warnings="true">
+ <include base="psapi_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<library>psapi</library>
_____
Modified: trunk/reactos/regtests/winetests/shlwapi/shlwapi_test.xml
--- trunk/reactos/regtests/winetests/shlwapi/shlwapi_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/shlwapi/shlwapi_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="shlwapi_test" type="win32cui"
installbase="bin"
installname="shlwapi_test.exe" warnings="true">
- <include base="shlwapi_test">.</include>
+<module name="shlwapi_winetest" type="win32cui"
installbase="bin"
installname="shlwapi_winetest.exe" warnings="true">
+ <include base="shlwapi_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<library>shlwapi</library>
_____
Modified: trunk/reactos/regtests/winetests/user32/user32_test.xml
--- trunk/reactos/regtests/winetests/user32/user32_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/user32/user32_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="user32_test" type="win32cui"
installbase="bin"
installname="user32_test.exe" warnings="true">
- <include base="user32_test">.</include>
+<module name="user32_winetest" type="win32cui"
installbase="bin"
installname="user32_winetest.exe" warnings="true">
+ <include base="user32_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<library>user32</library>
_____
Modified: trunk/reactos/regtests/winetests/version/version_test.xml
--- trunk/reactos/regtests/winetests/version/version_test.xml
2005-08-07 16:22:37 UTC (rev 17170)
+++ trunk/reactos/regtests/winetests/version/version_test.xml
2005-08-07 17:07:00 UTC (rev 17171)
@@ -1,5 +1,5 @@
-<module name="version_test" type="win32cui"
installbase="bin"
installname="version_test.exe" warnings="true">
- <include base="version_test">.</include>
+<module name="version_winetest" type="win32cui"
installbase="bin"
installname="version_winetest.exe" warnings="true">
+ <include base="version_winetest">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<library>version</library>
Show replies by date