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
f82b3e57
Commit
f82b3e57
authored
Apr 18, 2018
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Make it possible to only build the tests.
Signed-off-by:
Francois Gouget
<
fgouget@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
54d3e484
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
makedep.c
tools/makedep.c
+2
-1
No files found.
tools/makedep.c
View file @
f82b3e57
...
...
@@ -3577,7 +3577,7 @@ static void output_subdirs( struct makefile *make )
}
if
(
winetest_deps
.
count
)
{
output
(
"programs/winetest:"
);
output
(
"
buildtests
programs/winetest:"
);
output_filenames
(
winetest_deps
);
output
(
"
\n
"
);
output
(
"check test:"
);
...
...
@@ -3588,6 +3588,7 @@ static void output_subdirs( struct makefile *make )
strarray_add
(
&
make
->
phony_targets
,
target
);
}
output
(
"
\n
"
);
strarray_add
(
&
make
->
phony_targets
,
"buildtests"
);
strarray_add
(
&
make
->
phony_targets
,
"check"
);
strarray_add
(
&
make
->
phony_targets
,
"test"
);
}
...
...
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