Commit a2bc9e5f authored by Torge Matthies's avatar Torge Matthies Committed by Alexandre Julliard

sc/tests: Add tests.

parent 4643bb28
......@@ -22076,6 +22076,7 @@ wine_fn_config_makefile programs/rpcss enable_rpcss
wine_fn_config_makefile programs/rundll.exe16 enable_win16
wine_fn_config_makefile programs/rundll32 enable_rundll32
wine_fn_config_makefile programs/sc enable_sc
wine_fn_config_makefile programs/sc/tests enable_tests
wine_fn_config_makefile programs/schtasks enable_schtasks
wine_fn_config_makefile programs/schtasks/tests enable_tests
wine_fn_config_makefile programs/sdbinst enable_sdbinst
......
......@@ -3322,6 +3322,7 @@ WINE_CONFIG_MAKEFILE(programs/rpcss)
WINE_CONFIG_MAKEFILE(programs/rundll.exe16,enable_win16)
WINE_CONFIG_MAKEFILE(programs/rundll32)
WINE_CONFIG_MAKEFILE(programs/sc)
WINE_CONFIG_MAKEFILE(programs/sc/tests)
WINE_CONFIG_MAKEFILE(programs/schtasks)
WINE_CONFIG_MAKEFILE(programs/schtasks/tests)
WINE_CONFIG_MAKEFILE(programs/sdbinst)
......
TESTDLL = sc.exe
IMPORTS = advapi32
C_SRCS = \
sc.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