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
00baf1a3
Commit
00baf1a3
authored
Apr 21, 2002
by
Eric Pouech
Committed by
Alexandre Julliard
Apr 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a framework for testing CreateProcess and a few tests.
parent
73cef71b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
Makefile.in
dlls/kernel/Makefile.in
+1
-0
.cvsignore
dlls/kernel/tests/.cvsignore
+1
-0
process.c
dlls/kernel/tests/process.c
+0
-0
No files found.
dlls/kernel/Makefile.in
View file @
00baf1a3
...
...
@@ -43,6 +43,7 @@ CTESTS = \
tests/alloc.c
\
tests/directory.c
\
tests/path.c
\
tests/process.c
\
tests/thread.c
PLTESTS
=
\
...
...
dlls/kernel/tests/.cvsignore
View file @
00baf1a3
...
...
@@ -3,5 +3,6 @@ atom.ok
directory.ok
kernel32_test.spec.c
path.ok
process.ok
testlist.c
thread.ok
dlls/kernel/tests/process.c
0 → 100644
View file @
00baf1a3
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