Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
a99d3c5b
Commit
a99d3c5b
authored
Sep 11, 2014
by
Akihiro Sagawa
Committed by
Alexandre Julliard
Sep 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reg: Add reg.exe test suite.
parent
345b8d0e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
0 deletions
+7
-0
configure
configure
+1
-0
configure.ac
configure.ac
+1
-0
Makefile.in
programs/reg/tests/Makefile.in
+5
-0
reg.c
programs/reg/tests/reg.c
+0
-0
No files found.
configure
View file @
a99d3c5b
...
...
@@ -17454,6 +17454,7 @@ wine_fn_config_program plugplay enable_plugplay install
wine_fn_config_program presentationfontcache enable_presentationfontcache
install
wine_fn_config_program progman enable_progman
install
,po
wine_fn_config_program reg enable_reg
install
,po
wine_fn_config_test programs/reg/tests reg.exe_test
wine_fn_config_program regasm enable_regasm
install
wine_fn_config_program regedit enable_regedit
install
,installbin,manpage,po
wine_fn_config_test programs/regedit/tests regedit.exe_test
...
...
configure.ac
View file @
a99d3c5b
...
...
@@ -3363,6 +3363,7 @@ WINE_CONFIG_PROGRAM(plugplay,,[install])
WINE_CONFIG_PROGRAM(presentationfontcache,,[install])
WINE_CONFIG_PROGRAM(progman,,[install,po])
WINE_CONFIG_PROGRAM(reg,,[install,po])
WINE_CONFIG_TEST(programs/reg/tests)
WINE_CONFIG_PROGRAM(regasm,,[install])
WINE_CONFIG_PROGRAM(regedit,,[install,installbin,manpage,po])
WINE_CONFIG_TEST(programs/regedit/tests)
...
...
programs/reg/tests/Makefile.in
0 → 100644
View file @
a99d3c5b
TESTDLL
=
reg.exe
IMPORTS
=
advapi32
C_SRCS
=
\
reg.c
programs/reg/tests/reg.c
0 → 100644
View file @
a99d3c5b
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