Nikolay Sivov : d3dx10_39/tests: Enable tests.

Alexandre Julliard julliard at winehq.org
Tue Aug 31 15:40:23 CDT 2021


Module: wine
Branch: master
Commit: 5006f4c50d41165d44c17b3e7d0bde9831ff43b1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5006f4c50d41165d44c17b3e7d0bde9831ff43b1

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Aug 30 08:08:50 2021 +0300

d3dx10_39/tests: Enable tests.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                        | 1 +
 configure.ac                     | 1 +
 dlls/d3dx10_39/Makefile.in       | 1 +
 dlls/d3dx10_39/tests/Makefile.in | 6 ++++++
 4 files changed, 9 insertions(+)

diff --git a/configure b/configure
index 5f8735b0d37..46ae09a38e8 100755
--- a/configure
+++ b/configure
@@ -20385,6 +20385,7 @@ wine_fn_config_makefile dlls/d3dx10_36 enable_d3dx10_36
 wine_fn_config_makefile dlls/d3dx10_37 enable_d3dx10_37
 wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
 wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
+wine_fn_config_makefile dlls/d3dx10_39/tests enable_tests
 wine_fn_config_makefile dlls/d3dx10_40 enable_d3dx10_40
 wine_fn_config_makefile dlls/d3dx10_40/tests enable_tests
 wine_fn_config_makefile dlls/d3dx10_41 enable_d3dx10_41
diff --git a/configure.ac b/configure.ac
index 594794ed93c..11c43cdce47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3085,6 +3085,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3dx10_36)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_37)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_38)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_39)
+WINE_CONFIG_MAKEFILE(dlls/d3dx10_39/tests)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_40)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_40/tests)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_41)
diff --git a/dlls/d3dx10_39/Makefile.in b/dlls/d3dx10_39/Makefile.in
index c8267284e61..94af7e61a13 100644
--- a/dlls/d3dx10_39/Makefile.in
+++ b/dlls/d3dx10_39/Makefile.in
@@ -1,4 +1,5 @@
 MODULE    = d3dx10_39.dll
+IMPORTLIB = d3dx10_39
 
 EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
 
diff --git a/dlls/d3dx10_39/tests/Makefile.in b/dlls/d3dx10_39/tests/Makefile.in
new file mode 100644
index 00000000000..d4554399554
--- /dev/null
+++ b/dlls/d3dx10_39/tests/Makefile.in
@@ -0,0 +1,6 @@
+TESTDLL = d3dx10_39.dll
+IMPORTS = d3dx10_39 ole32 gdi32
+PARENTSRC = ../../d3dx10_43/tests
+
+C_SRCS = \
+	d3dx10.c




More information about the wine-cvs mailing list