Nikolay Sivov : d3dx10_37/tests: Enable tests.

Alexandre Julliard julliard at winehq.org
Mon Sep 13 16:12:34 CDT 2021


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Sep  9 09:07:17 2021 +0300

d3dx10_37/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_37/Makefile.in       | 1 +
 dlls/d3dx10_37/tests/Makefile.in | 6 ++++++
 4 files changed, 9 insertions(+)

diff --git a/configure b/configure
index 5fe632fdc09..1adbf1789f3 100755
--- a/configure
+++ b/configure
@@ -20375,6 +20375,7 @@ 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_37 enable_d3dx10_37
+wine_fn_config_makefile dlls/d3dx10_37/tests enable_tests
 wine_fn_config_makefile dlls/d3dx10_38 enable_d3dx10_38
 wine_fn_config_makefile dlls/d3dx10_38/tests enable_tests
 wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39
diff --git a/configure.ac b/configure.ac
index 15b7c2add2a..eb970972936 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3074,6 +3074,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3dx10_34)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_35)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_36)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_37)
+WINE_CONFIG_MAKEFILE(dlls/d3dx10_37/tests)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_38)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_38/tests)
 WINE_CONFIG_MAKEFILE(dlls/d3dx10_39)
diff --git a/dlls/d3dx10_37/Makefile.in b/dlls/d3dx10_37/Makefile.in
index f4ea9ee460c..3d429b53ab0 100644
--- a/dlls/d3dx10_37/Makefile.in
+++ b/dlls/d3dx10_37/Makefile.in
@@ -1,4 +1,5 @@
 MODULE    = d3dx10_37.dll
+IMPORTLIB = d3dx10_37
 
 EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
 
diff --git a/dlls/d3dx10_37/tests/Makefile.in b/dlls/d3dx10_37/tests/Makefile.in
new file mode 100644
index 00000000000..271d0722f48
--- /dev/null
+++ b/dlls/d3dx10_37/tests/Makefile.in
@@ -0,0 +1,6 @@
+TESTDLL = d3dx10_37.dll
+IMPORTS = d3dx10_37 ole32 gdi32
+PARENTSRC = ../../d3dx10_43/tests
+
+C_SRCS = \
+	d3dx10.c




More information about the wine-cvs mailing list