[PATCH] d3dx10_36/tests: Enable tests.

Nikolay Sivov nsivov at codeweavers.com
Tue Sep 14 07:39:00 CDT 2021


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 configure                        | 1 +
 configure.ac                     | 1 +
 dlls/d3dx10_36/Makefile.in       | 1 +
 dlls/d3dx10_36/tests/Makefile.in | 6 ++++++
 4 files changed, 9 insertions(+)
 create mode 100644 dlls/d3dx10_36/tests/Makefile.in

diff --git a/configure b/configure
index 1adbf1789f3..1f25190a670 100755
--- a/configure
+++ b/configure
@@ -20374,6 +20374,7 @@ wine_fn_config_makefile dlls/d3dx10_33 enable_d3dx10_33
 wine_fn_config_makefile dlls/d3dx10_34 enable_d3dx10_34
 wine_fn_config_makefile dlls/d3dx10_35 enable_d3dx10_35
 wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
+wine_fn_config_makefile dlls/d3dx10_36/tests enable_tests
 wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
 wine_fn_config_makefile dlls/d3dx10_37/tests enable_tests
 wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
diff --git a/configure.ac b/configure.ac
index eb970972936..a82e815b53a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3073,6 +3073,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3dx10_33)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_34)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_35)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_36)
+WINE_CONFIG_MAKEFILE(dlls/d3dx10_36/tests)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_37)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_37/tests)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_38)
diff --git a/dlls/d3dx10_36/Makefile.in b/dlls/d3dx10_36/Makefile.in
index efd498f7e2c..a15593f62f1 100644
--- a/dlls/d3dx10_36/Makefile.in
+++ b/dlls/d3dx10_36/Makefile.in
@@ -1,4 +1,5 @@
 MODULE    = d3dx10_36.dll
+IMPORTLIB = d3dx10_36
 
 EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
 
diff --git a/dlls/d3dx10_36/tests/Makefile.in b/dlls/d3dx10_36/tests/Makefile.in
new file mode 100644
index 00000000000..22e9a91f581
--- /dev/null
+++ b/dlls/d3dx10_36/tests/Makefile.in
@@ -0,0 +1,6 @@
+TESTDLL = d3dx10_36.dll
+IMPORTS = d3dx10_36 ole32 gdi32
+PARENTSRC = ../../d3dx10_43/tests
+
+C_SRCS = \
+	d3dx10.c
-- 
2.33.0




More information about the wine-devel mailing list