Module: wine Branch: master Commit: cf6e0d827075f8f28a5b09b7bf534620cd50eaa4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cf6e0d827075f8f28a5b09b7bf... Author: Bill Medland <billmedland(a)shaw.ca> Date: Tue Jan 9 08:41:04 2007 -0800 odbccp32: Add tests structure. --- .gitignore | 4 +++ Makefile.in | 2 + configure | 3 +- configure.ac | 1 + dlls/Makefile.in | 1 + dlls/odbccp32/tests/Makefile.in | 13 +++++++++ dlls/odbccp32/tests/misc.c | 55 +++++++++++++++++++++++++++++++++++++++ programs/winetest/Makefile.in | 3 ++ programs/winetest/winetest.rc | 1 + 9 files changed, 82 insertions(+), 1 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cf6e0d827075f8f28a5b09...