From df7bccf8ecdb01c7f9d299ddfe641903bcb52899 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 18 Aug 2021 10:53:08 +0300 Subject: [PATCH] d3dx10_42/tests: Enable tests. Signed-off-by: Nikolay Sivov Signed-off-by: Matteo Bruni Signed-off-by: Alexandre Julliard --- configure | 1 + configure.ac | 1 + dlls/d3dx10_42/Makefile.in | 1 + dlls/d3dx10_42/tests/Makefile.in | 6 ++++++ 4 files changed, 9 insertions(+) create mode 100644 dlls/d3dx10_42/tests/Makefile.in diff --git a/configure b/configure index cc4f64347f1..2e61fcbc685 100755 --- a/configure +++ b/configure @@ -20387,6 +20387,7 @@ wine_fn_config_makefile dlls/d3dx10_39 enable_d3dx10_39 wine_fn_config_makefile dlls/d3dx10_40 enable_d3dx10_40 wine_fn_config_makefile dlls/d3dx10_41 enable_d3dx10_41 wine_fn_config_makefile dlls/d3dx10_42 enable_d3dx10_42 +wine_fn_config_makefile dlls/d3dx10_42/tests enable_tests wine_fn_config_makefile dlls/d3dx10_43 enable_d3dx10_43 wine_fn_config_makefile dlls/d3dx10_43/tests enable_tests wine_fn_config_makefile dlls/d3dx11_42 enable_d3dx11_42 diff --git a/configure.ac b/configure.ac index cb8fa573c37..a9750330443 100644 --- a/configure.ac +++ b/configure.ac @@ -3087,6 +3087,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3dx10_39) WINE_CONFIG_MAKEFILE(dlls/d3dx10_40) WINE_CONFIG_MAKEFILE(dlls/d3dx10_41) WINE_CONFIG_MAKEFILE(dlls/d3dx10_42) +WINE_CONFIG_MAKEFILE(dlls/d3dx10_42/tests) WINE_CONFIG_MAKEFILE(dlls/d3dx10_43) WINE_CONFIG_MAKEFILE(dlls/d3dx10_43/tests) WINE_CONFIG_MAKEFILE(dlls/d3dx11_42) diff --git a/dlls/d3dx10_42/Makefile.in b/dlls/d3dx10_42/Makefile.in index 105bf3d4c93..e06f064cddc 100644 --- a/dlls/d3dx10_42/Makefile.in +++ b/dlls/d3dx10_42/Makefile.in @@ -1,4 +1,5 @@ MODULE = d3dx10_42.dll +IMPORTLIB = d3dx10_42 EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native diff --git a/dlls/d3dx10_42/tests/Makefile.in b/dlls/d3dx10_42/tests/Makefile.in new file mode 100644 index 00000000000..c3965b7c3f2 --- /dev/null +++ b/dlls/d3dx10_42/tests/Makefile.in @@ -0,0 +1,6 @@ +TESTDLL = d3dx10_42.dll +IMPORTS = d3dx10_42 ole32 gdi32 +PARENTSRC = ../../d3dx10_43/tests + +C_SRCS = \ + d3dx10.c