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
b28f933b
Commit
b28f933b
authored
Apr 27, 2002
by
Martin Wilck
Committed by
Alexandre Julliard
Apr 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added unit test for winsock.
parent
75242f9b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
0 deletions
+15
-0
Makefile.in
dlls/winsock/Makefile.in
+5
-0
.cvsignore
dlls/winsock/tests/.cvsignore
+3
-0
sock.c
dlls/winsock/tests/sock.c
+0
-0
ws2_32_test.spec
dlls/winsock/tests/ws2_32_test.spec
+7
-0
No files found.
dlls/winsock/Makefile.in
View file @
b28f933b
...
...
@@ -13,6 +13,11 @@ C_SRCS = \
async.c
\
socket.c
CTESTS
=
\
tests/sock.c
EXTRASUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/winsock/tests/.cvsignore
0 → 100644
View file @
b28f933b
sock.ok
testlist.c
ws2_32_test.spec.c
dlls/winsock/tests/sock.c
0 → 100644
View file @
b28f933b
This diff is collapsed.
Click to expand it.
dlls/winsock/tests/ws2_32_test.spec
0 → 100644
View file @
b28f933b
name ws2_32_test
type win32
mode cuiexe
import ws2_32.dll
import kernel32.dll
import ntdll.dll
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