On Wed, Jul 08, 2020 at 05:49:11PM +0800, Dmitry Timoshkov wrote:
v2: Add tests.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
dlls/gdi32/font.c | 97 ++++++++++++++++++++++++++++++++----- dlls/gdi32/tests/font.c | 103 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 187 insertions(+), 13 deletions(-)
Looks good. I've sent in a v3 that removes the trace()s from the tests (that test is already way too verbose).
Huw.