Commit 45696154 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

sxs/tests: Add tests for CreateAssemblyNameObject.

parent 5a6b9ec3
...@@ -15323,7 +15323,8 @@ wine_fn_config_dll stress.dll16 enable_win16 ...@@ -15323,7 +15323,8 @@ wine_fn_config_dll stress.dll16 enable_win16
wine_fn_config_lib strmbase wine_fn_config_lib strmbase
wine_fn_config_lib strmiids wine_fn_config_lib strmiids
wine_fn_config_dll svrapi enable_svrapi wine_fn_config_dll svrapi enable_svrapi
wine_fn_config_dll sxs enable_sxs wine_fn_config_dll sxs enable_sxs implib
wine_fn_config_test dlls/sxs/tests sxs_test
wine_fn_config_dll system.drv16 enable_win16 wine_fn_config_dll system.drv16 enable_win16
wine_fn_config_dll t2embed enable_t2embed wine_fn_config_dll t2embed enable_t2embed
wine_fn_config_dll tapi32 enable_tapi32 implib wine_fn_config_dll tapi32 enable_tapi32 implib
......
...@@ -2830,7 +2830,8 @@ WINE_CONFIG_DLL(stress.dll16,enable_win16) ...@@ -2830,7 +2830,8 @@ WINE_CONFIG_DLL(stress.dll16,enable_win16)
WINE_CONFIG_LIB(strmbase) WINE_CONFIG_LIB(strmbase)
WINE_CONFIG_LIB(strmiids) WINE_CONFIG_LIB(strmiids)
WINE_CONFIG_DLL(svrapi) WINE_CONFIG_DLL(svrapi)
WINE_CONFIG_DLL(sxs) WINE_CONFIG_DLL(sxs,,[implib])
WINE_CONFIG_TEST(dlls/sxs/tests)
WINE_CONFIG_DLL(system.drv16,enable_win16) WINE_CONFIG_DLL(system.drv16,enable_win16)
WINE_CONFIG_DLL(t2embed) WINE_CONFIG_DLL(t2embed)
WINE_CONFIG_DLL(tapi32,,[implib]) WINE_CONFIG_DLL(tapi32,,[implib])
......
MODULE = sxs.dll MODULE = sxs.dll
IMPORTS = oleaut32 ole32 IMPORTS = oleaut32 ole32
IMPORTLIB = sxs
C_SRCS = \ C_SRCS = \
cache.c \ cache.c \
......
TESTDLL = sxs.dll
IMPORTS = sxs
C_SRCS = \
name.c
@MAKE_TEST_RULES@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment