D3D9: Add a test for BeginStateBlock & EndStateBlock

Alexandre Julliard julliard at winehq.org
Thu Dec 8 05:06:41 CST 2005


"H. Verbeet" <hverbeet at gmail.com> writes:

> +START_TEST(d3d9_test)
> +{
> +    init_d3d9();
> +}

Please don't add that sort of pseudo-tests just to share code with
other tests. If you need init code put it directly in the tests that
need it. A test C file should be self-contained as far as possible to
make it easier to build on Windows.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list