gdi: Separate GDI tests by moving them into appropriate files.
commit48bb687dfb00b00f789b688459ad5d0ec77a617b
authorDmitry Timoshkov <dmitry@codeweavers.com>
Mon, 3 Apr 2006 12:59:27 +0000 (3 21:59 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 3 Apr 2006 19:35:03 +0000 (3 21:35 +0200)
treed1dc9793b135c58faa1138d42659683e494db872
parentfd2ed6fffe495e243ce4480315f7bdb19d2a59e3
gdi: Separate GDI tests by moving them into appropriate files.

Separate GDI tests by moving them into appropriate files:
bitmap tests to bitmap.c, font test to font.c, pen tests to pen.c.
dlls/gdi/tests/.gitignore
dlls/gdi/tests/Makefile.in
dlls/gdi/tests/bitmap.c
dlls/gdi/tests/font.c [new file with mode: 0644]
dlls/gdi/tests/gdiobj.c
dlls/gdi/tests/pen.c [new file with mode: 0644]