Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
80ab8d1b
Commit
80ab8d1b
authored
Jul 31, 2014
by
Edward Hervey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: Add usage of build-checks step
Allows building checks without running them
parent
750c70f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Makefile.am
Makefile.am
+4
-0
common
common
+1
-1
No files found.
Makefile.am
View file @
80ab8d1b
...
...
@@ -30,9 +30,13 @@ check-valgrind:
if
HAVE_GST_CHECK
check-torture
:
cd
tests/check
&&
make torture
build-checks
:
cd
tests/check
&&
make build-checks
else
check-torture
:
true
build-checks
:
true
endif
win32-update
:
...
...
common
@
36388a18
Subproject commit
211fa5f2d0930dfd6891b386d42edba6d88c2a19
Subproject commit
36388a18d37d72f9633bf1a8c06d18d310d215bb
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