Move testsets from reactos to rostests (into a "win32" directory for now). 2/2
authorAleksey Bragin <aleksey@reactos.org>
Tue, 6 Mar 2007 11:34:03 +0000 (11:34 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Tue, 6 Mar 2007 11:34:03 +0000 (11:34 +0000)
commit14230489115cbda80e8cb4ac11ad3541ce51ee21
tree025506a37be48c145d5ae6f6fb1c73bacdf2fd65
parent102ccaa64d2cf653071b8ee315946ff89904a476
Move testsets from reactos to rostests (into a "win32" directory for now). 2/2

svn path=/trunk/; revision=26012
38 files changed:
rostests/directory.rbuild
rostests/win32/loadlib/loadlib.c [new file with mode: 0644]
rostests/win32/loadlib/loadlib.h [new file with mode: 0644]
rostests/win32/msvcrt/fileio/_tfileio.c [new file with mode: 0644]
rostests/win32/msvcrt/fileio/fileio.c [new file with mode: 0644]
rostests/win32/msvcrt/fileio/main.c [new file with mode: 0644]
rostests/win32/msvcrt/fileio/main.h [new file with mode: 0644]
rostests/win32/msvcrt/fileio/wfileio.c [new file with mode: 0644]
rostests/win32/rpcrt4/context_handles/client.c [new file with mode: 0644]
rostests/win32/rpcrt4/context_handles/ctx.acf [new file with mode: 0644]
rostests/win32/rpcrt4/context_handles/ctx.h [new file with mode: 0644]
rostests/win32/rpcrt4/context_handles/ctx.idl [new file with mode: 0644]
rostests/win32/rpcrt4/context_handles/ctx_c.c [new file with mode: 0644]
rostests/win32/rpcrt4/context_handles/ctx_s.c [new file with mode: 0644]
rostests/win32/rpcrt4/context_handles/server.c [new file with mode: 0644]
rostests/win32/smss/movefile/movefile.cpp [new file with mode: 0644]
rostests/win32/smss/movefile/movefile.rbuild [new file with mode: 0644]
rostests/win32/smss/movefile/movefile.rc [new file with mode: 0644]
rostests/win32/smss/smss.rbuild [new file with mode: 0644]
rostests/win32/testsets.rbuild [new file with mode: 0644]
rostests/win32/user32/drawcaption/capicon.c [new file with mode: 0644]
rostests/win32/user32/drawcaption/capicon.rc [new file with mode: 0644]
rostests/win32/user32/drawcaption/drawcap.c [new file with mode: 0644]
rostests/win32/user32/drawcaption/drawcap.rc [new file with mode: 0644]
rostests/win32/user32/drawcaption/drawcaption.rbuild [new file with mode: 0644]
rostests/win32/user32/drawcaption/res/icon1big.ico [new file with mode: 0644]
rostests/win32/user32/drawcaption/res/icon1sm.ico [new file with mode: 0644]
rostests/win32/user32/drawcaption/res/icon2big.ico [new file with mode: 0644]
rostests/win32/user32/drawcaption/res/icon2sm.ico [new file with mode: 0644]
rostests/win32/user32/drawcaption/resource.h [new file with mode: 0644]
rostests/win32/user32/kbdlayout/kbdlayout.c [new file with mode: 0644]
rostests/win32/user32/kbdlayout/kbdlayout.dsp [new file with mode: 0644]
rostests/win32/user32/kbdlayout/kbdlayout.rbuild [new file with mode: 0644]
rostests/win32/user32/kbdlayout/kbdlayout.rc [new file with mode: 0644]
rostests/win32/user32/kbdlayout/resource.h [new file with mode: 0644]
rostests/win32/user32/sysicon/sysicon.c [new file with mode: 0644]
rostests/win32/user32/sysicon/sysicon.rbuild [new file with mode: 0644]
rostests/win32/user32/user32.rbuild [new file with mode: 0644]