Module: wine Branch: master Commit: b5871fa5121b7b2d1d071152a761bc305b0ace8b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b5871fa5121b7b2d1d071152...
Author: Mike McCormack mike@codeweavers.com Date: Tue Aug 15 22:58:12 2006 +0900
infosoft: Add a test for the language neutral word breaker.
---
configure | 3 - configure.ac | 1 dlls/infosoft/Makefile.in | 2 dlls/infosoft/tests/Makefile.in | 13 ++ dlls/infosoft/tests/infosoft.c | 204 +++++++++++++++++++++++++++++++++++++++ programs/winetest/Makefile.in | 3 + 6 files changed, 225 insertions(+), 1 deletions(-) create mode 100644 dlls/infosoft/tests/Makefile.in create mode 100644 dlls/infosoft/tests/infosoft.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=b5871fa5121b7b2d1d07...