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
f3c6c62b
Commit
f3c6c62b
authored
Jul 30, 2010
by
Andrew Eikum
Committed by
Alexandre Julliard
Aug 02, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regedit: Add regedit test suite.
parent
a91bb52c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
302 additions
and
0 deletions
+302
-0
configure
configure
+1
-0
configure.ac
configure.ac
+1
-0
Makefile.in
programs/regedit/tests/Makefile.in
+11
-0
regedit.c
programs/regedit/tests/regedit.c
+289
-0
No files found.
configure
View file @
f3c6c62b
...
...
@@ -14881,6 +14881,7 @@ wine_fn_config_program ping enable_ping install
wine_fn_config_program progman enable_progman
install
wine_fn_config_program reg enable_reg
install
wine_fn_config_program regedit enable_regedit installbin
wine_fn_config_test programs/regedit/tests regedit.exe_test
wine_fn_config_program regsvr32 enable_regsvr32 installbin
wine_fn_config_program rpcss enable_rpcss
install
wine_fn_config_program rundll.exe16 enable_win16
install
...
...
configure.ac
View file @
f3c6c62b
...
...
@@ -2737,6 +2737,7 @@ WINE_CONFIG_PROGRAM(ping,install)
WINE_CONFIG_PROGRAM(progman,install)
WINE_CONFIG_PROGRAM(reg,install)
WINE_CONFIG_PROGRAM(regedit,installbin)
WINE_CONFIG_TEST(programs/regedit/tests)
WINE_CONFIG_PROGRAM(regsvr32,installbin)
WINE_CONFIG_PROGRAM(rpcss,install)
WINE_CONFIG_PROGRAM(rundll.exe16,install,enable_win16)
...
...
programs/regedit/tests/Makefile.in
0 → 100644
View file @
f3c6c62b
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
regedit.exe
IMPORTS
=
advapi32
C_SRCS
=
\
regedit.c
@MAKE_TEST_RULES@
programs/regedit/tests/regedit.c
0 → 100644
View file @
f3c6c62b
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