fixed most of the tests to process in rbuild. will fix linking in a bit Modified: trunk/rosapps/tests/README.txt Modified: trunk/rosapps/tests/bench/bench.xml Modified: trunk/rosapps/tests/button/button.xml Modified: trunk/rosapps/tests/button2/button2.xml Modified: trunk/rosapps/tests/directory.xml Modified: trunk/rosapps/tests/dnsapi/dnsapi.xml Modified: trunk/rosapps/tests/edit/edit.xml Modified: trunk/rosapps/tests/enumfonts/enumfonts.xml Modified: trunk/rosapps/tests/iptest/iptest.xml Modified: trunk/rosapps/tests/lantst/lantest.xml Modified: trunk/rosapps/tests/map_dup_inherit/map_dup_inherit.xml Modified: trunk/rosapps/tests/oskittcp/oskittcp.xml Modified: trunk/rosapps/tests/palbitblt/palbitblt.xml Modified: trunk/rosapps/tests/patblt/patblt.xml Modified: trunk/rosapps/tests/polytest/polytest.xml Modified: trunk/rosapps/tests/primitives/primitives.xml Modified: trunk/rosapps/tests/stretchblt/stretchblt.xml Modified: trunk/rosapps/tests/tmrqueue/tmrqueue.xml Modified: trunk/rosapps/tests/txtscale/txtscale.xml Modified: trunk/rosapps/tests/wm_erasebkgnd/wm_erasebkgnd.xml _____
Modified: trunk/rosapps/tests/README.txt --- trunk/rosapps/tests/README.txt 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/README.txt 2005-11-12 04:27:10 UTC (rev 19168) @@ -1,3 +1,4 @@
-This folder contains tests that are not merged in to the new regression system. +This folder contains tests that are not merged in to +the new regression testing system.
Please DO NOT add new tests here. \ No newline at end of file _____
Modified: trunk/rosapps/tests/bench/bench.xml --- trunk/rosapps/tests/bench/bench.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/bench/bench.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -1,8 +1,8 @@
-<module name="bench" type="win32gui" installbase="bin" installname="bench.exe"> +<module name="bench-thread" type="win32gui" installbase="bin" installname="bench-thread.exe"> <define name="_WIN32_IE">0x0501</define> <define name="_WIN32_WINNT">0x0501</define> <define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>bench.c</file> + <file>bench-thread.c</file> </module> _____
Modified: trunk/rosapps/tests/button/button.xml --- trunk/rosapps/tests/button/button.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/button/button.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>button.c</file> + <file>buttontst.c</file> </module> _____
Modified: trunk/rosapps/tests/button2/button2.xml --- trunk/rosapps/tests/button2/button2.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/button2/button2.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -1,8 +1,8 @@
-<module name="button2" type="win32gui" installbase="bin" installname="button2.exe"> +<module name="buttontst2" type="win32gui" installbase="bin" installname="buttontst2.exe"> <define name="_WIN32_IE">0x0501</define> <define name="_WIN32_WINNT">0x0501</define> <define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>button2.c</file> + <file>buttontst2.c</file> </module> _____
Modified: trunk/rosapps/tests/directory.xml --- trunk/rosapps/tests/directory.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/directory.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -130,9 +130,9 @@
<directory name="linetest"> <xi:include href="linetest/linetest.xml" /> </directory> -<directory name="lpctst"> - <xi:include href="lpctst/lpctst.xml" /> -</directory> + +<!-- fixme: lpctst --> + <directory name="map_dup_inherit"> <xi:include href="map_dup_inherit/map_dup_inherit.xml" /> </directory> @@ -148,9 +148,9 @@ <directory name="moztest"> <xi:include href="moztest/moztest.xml" /> </directory> -<directory name="mstest"> - <xi:include href="mstest/mstest.xml" /> -</directory> + +<!-- fixme: mstest --> + <directory name="multithrdwin"> <xi:include href="multithrdwin/multithrdwin.xml" /> </directory> @@ -166,9 +166,9 @@ <directory name="noexecute"> <xi:include href="noexecute/noexecute.xml" /> </directory> -<directory name="nptest"> - <xi:include href="nptest/nptest.xml" /> -</directory> + +<!-- fixme: nptest --> + <directory name="oskittcp"> <xi:include href="oskittcp/oskittcp.xml" /> </directory> @@ -211,9 +211,9 @@ <directory name="shaptest"> <xi:include href="shaptest/shaptest.xml" /> </directory> -<directory name="shm"> - <xi:include href="shm/shm.xml" /> -</directory> + +<!-- fixme: shm --> + <directory name="statst"> <xi:include href="statst/statst.xml" /> </directory> @@ -253,8 +253,7 @@ <directory name="txtscale"> <xi:include href="txtscale/txtscale.xml" /> </directory> - -<directory name="vmtest/vmtest"> +<directory name="vmtest"> <xi:include href="vmtest/vmtest.xml" /> </directory> <directory name="wclickat"> _____
Modified: trunk/rosapps/tests/dnsapi/dnsapi.xml --- trunk/rosapps/tests/dnsapi/dnsapi.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/dnsapi/dnsapi.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>dnsapitst.c</file> + <file>dnsapi.c</file> </module> _____
Modified: trunk/rosapps/tests/edit/edit.xml --- trunk/rosapps/tests/edit/edit.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/edit/edit.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,6 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>edit.c</file> + <file>edittest.c</file> + <file>utils.c</file> </module> _____
Modified: trunk/rosapps/tests/enumfonts/enumfonts.xml --- trunk/rosapps/tests/enumfonts/enumfonts.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/enumfonts/enumfonts.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>enumfonts.c</file> + <file>enumfonts.cpp</file> </module> _____
Modified: trunk/rosapps/tests/iptest/iptest.xml --- trunk/rosapps/tests/iptest/iptest.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/iptest/iptest.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>iptest.c</file> + <file>iptest.cpp</file> </module> _____
Modified: trunk/rosapps/tests/lantst/lantest.xml --- trunk/rosapps/tests/lantst/lantest.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/lantst/lantest.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>lantest.c</file> + <file>lantest.cpp</file> </module> _____
Modified: trunk/rosapps/tests/map_dup_inherit/map_dup_inherit.xml --- trunk/rosapps/tests/map_dup_inherit/map_dup_inherit.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/map_dup_inherit/map_dup_inherit.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>map_dup_inherit</file> + <file>map_dup_inherit.c</file> </module> _____
Modified: trunk/rosapps/tests/oskittcp/oskittcp.xml --- trunk/rosapps/tests/oskittcp/oskittcp.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/oskittcp/oskittcp.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -1,8 +1,8 @@
-<module name="oskittcp" type="win32gui" installbase="bin" installname="oskittcp.exe"> +<module name="oskittcptst" type="win32gui" installbase="bin" installname="tcptest.exe"> <define name="_WIN32_IE">0x0501</define> <define name="_WIN32_WINNT">0x0501</define> <define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>oskittcp.c</file> + <file>tcptest.cpp</file> </module> _____
Modified: trunk/rosapps/tests/palbitblt/palbitblt.xml --- trunk/rosapps/tests/palbitblt/palbitblt.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/palbitblt/palbitblt.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>palbitblt.c</file> + <file>pal.c</file> </module> _____
Modified: trunk/rosapps/tests/patblt/patblt.xml --- trunk/rosapps/tests/patblt/patblt.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/patblt/patblt.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>patblt.c</file> + <file>patblt.cpp</file> </module> _____
Modified: trunk/rosapps/tests/polytest/polytest.xml --- trunk/rosapps/tests/polytest/polytest.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/polytest/polytest.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>polytest.c</file> + <file>polytest.cpp</file> </module> _____
Modified: trunk/rosapps/tests/primitives/primitives.xml --- trunk/rosapps/tests/primitives/primitives.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/primitives/primitives.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,6 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>primitives.c</file> + <file>primitives.cpp</file> + <file>mk_font.cpp</file> </module> _____
Modified: trunk/rosapps/tests/stretchblt/stretchblt.xml --- trunk/rosapps/tests/stretchblt/stretchblt.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/stretchblt/stretchblt.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>stretchblt.c</file> + <file>stretchblt.cpp</file> </module> _____
Modified: trunk/rosapps/tests/tmrqueue/tmrqueue.xml --- trunk/rosapps/tests/tmrqueue/tmrqueue.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/tmrqueue/tmrqueue.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -1,8 +1,8 @@
-<module name="tnrqueue" type="win32gui" installbase="bin" installname="tnrqueue.exe"> +<module name="tmrqueue" type="win32gui" installbase="bin" installname="tmrqueue.exe"> <define name="_WIN32_IE">0x0501</define> <define name="_WIN32_WINNT">0x0501</define> <define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>tnrqueue.c</file> + <file>tmrqueue.c</file> </module> _____
Modified: trunk/rosapps/tests/txtscale/txtscale.xml --- trunk/rosapps/tests/txtscale/txtscale.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/txtscale/txtscale.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,6 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>txtscale.c</file> + <file>txtscale.cpp</file> + <file>mk_font.cpp</file> </module> _____
Modified: trunk/rosapps/tests/wm_erasebkgnd/wm_erasebkgnd.xml --- trunk/rosapps/tests/wm_erasebkgnd/wm_erasebkgnd.xml 2005-11-12 03:53:21 UTC (rev 19167) +++ trunk/rosapps/tests/wm_erasebkgnd/wm_erasebkgnd.xml 2005-11-12 04:27:10 UTC (rev 19168) @@ -4,5 +4,5 @@
<define name="__USE_W32API" /> <library>kernel32</library> <library>gdi32</library> - <file>wm_erasebkgnd.c</file> + <file>wm_erasebkgnd.cpp</file> </module>