"H. Verbeet" hverbeet@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.