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
1fb3e339
Commit
1fb3e339
authored
Aug 02, 2006
by
Stefan Leichter
Committed by
Alexandre Julliard
Aug 02, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winetest: Added hlink tests.
parent
2c229968
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Makefile.in
programs/winetest/Makefile.in
+3
-0
No files found.
programs/winetest/Makefile.in
View file @
1fb3e339
...
...
@@ -33,6 +33,7 @@ TESTBINS = \
dnsapi_test.exe
$(DLLEXT)
\
dsound_test.exe
$(DLLEXT)
\
gdi32_test.exe
$(DLLEXT)
\
hlink_test.exe
$(DLLEXT)
\
iphlpapi_test.exe
$(DLLEXT)
\
kernel32_test.exe
$(DLLEXT)
\
lz32_test.exe
$(DLLEXT)
\
...
...
@@ -131,6 +132,8 @@ dsound_test.exe$(DLLEXT): $(DLLDIR)/dsound/tests/dsound_test.exe$(DLLEXT)
cp
$(DLLDIR)
/dsound/tests/dsound_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
gdi32_test.exe$(DLLEXT)
:
$(DLLDIR)/gdi/tests/gdi32_test.exe$(DLLEXT)
cp
$(DLLDIR)
/gdi/tests/gdi32_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
hlink_test.exe$(DLLEXT)
:
$(DLLDIR)/hlink/tests/hlink_test.exe$(DLLEXT)
cp
$(DLLDIR)
/hlink/tests/hlink_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
iphlpapi_test.exe$(DLLEXT)
:
$(DLLDIR)/iphlpapi/tests/iphlpapi_test.exe$(DLLEXT)
cp
$(DLLDIR)
/iphlpapi/tests/iphlpapi_test.exe
$(DLLEXT)
$@
&&
$(STRIP)
$@
kernel32_test.exe$(DLLEXT)
:
$(DLLDIR)/kernel/tests/kernel32_test.exe$(DLLEXT)
...
...
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