ChangeSet ID: 1017107665461089787612767 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/03/25 19:54:25
Modified files: . : configure configure.ac dlls/oleaut32 : Makefile.in variant.c libtest : Makefile.in Added files: dlls/oleaut32/tests: .cvsignore oleaut32_test.spec vartest.c Removed files: libtest : vartest-Win32.log vartest.c vartest.readme vartest.spec
Log message: Marcus Meissner marcus@jet.franken.de Ported variant tests to the new testing framework.
Patch: http://cvs.winehq.com/patch.py?id=1017107665461089787612767
Revision Changes Path 1.267 +36 -31 wine/configure 1.11 +1 -0 wine/configure.ac 1.28 +2 -0 wine/dlls/oleaut32/Makefile.in 1.36 +3 -3 wine/dlls/oleaut32/variant.c 1.1 +0 -0 wine/dlls/oleaut32/tests/.cvsignore 1.1 +0 -0 wine/dlls/oleaut32/tests/oleaut32_test.spec 1.1 +0 -0 wine/dlls/oleaut32/tests/vartest.c 1.24 +1 -8 wine/libtest/Makefile.in