Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d0244d76
Commit
d0244d76
authored
Jun 15, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
services.exe: Added tests.
parent
27b8e7c1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
configure
configure
+1
-0
configure.ac
configure.ac
+1
-0
Makefile.in
programs/services/tests/Makefile.in
+7
-0
service.c
programs/services/tests/service.c
+0
-0
No files found.
configure
View file @
d0244d76
...
...
@@ -15647,6 +15647,7 @@ wine_fn_config_program sc enable_sc install
wine_fn_config_program secedit enable_secedit
install
wine_fn_config_program servicemodelreg enable_servicemodelreg
install
wine_fn_config_program services enable_services
install
wine_fn_config_test programs/services/tests services.exe_test
wine_fn_config_program spoolsv enable_spoolsv
install
wine_fn_config_program start enable_start
install
,po
wine_fn_config_program svchost enable_svchost
install
...
...
configure.ac
View file @
d0244d76
...
...
@@ -3063,6 +3063,7 @@ WINE_CONFIG_PROGRAM(sc,,[install])
WINE_CONFIG_PROGRAM(secedit,,[install])
WINE_CONFIG_PROGRAM(servicemodelreg,,[install])
WINE_CONFIG_PROGRAM(services,,[install])
WINE_CONFIG_TEST(programs/services/tests)
WINE_CONFIG_PROGRAM(spoolsv,,[install])
WINE_CONFIG_PROGRAM(start,,[install,po])
WINE_CONFIG_PROGRAM(svchost,,[install])
...
...
programs/services/tests/Makefile.in
0 → 100644
View file @
d0244d76
TESTDLL
=
services.exe
IMPORTS
=
advapi32
C_SRCS
=
\
service.c
@MAKE_TEST_RULES@
programs/services/tests/service.c
0 → 100644
View file @
d0244d76
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment