Commit 92564dd0 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

dpvoice: Add DirectPlay Voice test.

parent c1acf164
...@@ -16952,6 +16952,7 @@ wine_fn_config_test dlls/dpnet/tests dpnet_test ...@@ -16952,6 +16952,7 @@ wine_fn_config_test dlls/dpnet/tests dpnet_test
wine_fn_config_dll dpnhpast enable_dpnhpast wine_fn_config_dll dpnhpast enable_dpnhpast
wine_fn_config_dll dpnlobby enable_dpnlobby wine_fn_config_dll dpnlobby enable_dpnlobby
wine_fn_config_dll dpvoice enable_dpvoice clean wine_fn_config_dll dpvoice enable_dpvoice clean
wine_fn_config_test dlls/dpvoice/tests dpvoice_test
wine_fn_config_dll dpwsockx enable_dpwsockx wine_fn_config_dll dpwsockx enable_dpwsockx
wine_fn_config_dll drmclien enable_drmclien wine_fn_config_dll drmclien enable_drmclien
wine_fn_config_dll dsound enable_dsound clean,implib wine_fn_config_dll dsound enable_dsound clean,implib
......
...@@ -2861,6 +2861,7 @@ WINE_CONFIG_TEST(dlls/dpnet/tests) ...@@ -2861,6 +2861,7 @@ WINE_CONFIG_TEST(dlls/dpnet/tests)
WINE_CONFIG_DLL(dpnhpast) WINE_CONFIG_DLL(dpnhpast)
WINE_CONFIG_DLL(dpnlobby) WINE_CONFIG_DLL(dpnlobby)
WINE_CONFIG_DLL(dpvoice,,[clean]) WINE_CONFIG_DLL(dpvoice,,[clean])
WINE_CONFIG_TEST(dlls/dpvoice/tests)
WINE_CONFIG_DLL(dpwsockx) WINE_CONFIG_DLL(dpwsockx)
WINE_CONFIG_DLL(drmclien) WINE_CONFIG_DLL(drmclien)
WINE_CONFIG_DLL(dsound,,[clean,implib]) WINE_CONFIG_DLL(dsound,,[clean,implib])
......
TESTDLL = dpvoice.dll
IMPORTS = uuid dpnet ole32 user32
C_SRCS = \
voice.c
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