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
36bf71c1
Commit
36bf71c1
authored
Jun 15, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Jun 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Add tests for MsiInstallProduct.
parent
7f8c29a4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
dlls/msi/tests/.gitignore
+1
-0
Makefile.in
dlls/msi/tests/Makefile.in
+2
-1
install.c
dlls/msi/tests/install.c
+0
-0
No files found.
dlls/msi/tests/.gitignore
View file @
36bf71c1
Makefile
db.ok
format.ok
install.ok
msi.ok
package.ok
record.ok
...
...
dlls/msi/tests/Makefile.in
View file @
36bf71c1
...
...
@@ -3,11 +3,12 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
msi.dll
IMPORTS
=
msi
kernel32
IMPORTS
=
cabinet msi advapi32
kernel32
CTESTS
=
\
db.c
\
format.c
\
install.c
\
msi.c
\
package.c
\
record.c
\
...
...
dlls/msi/tests/install.c
0 → 100644
View file @
36bf71c1
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