Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
f9c5bc5b
Commit
f9c5bc5b
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
2ca269ac
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 @
f9c5bc5b
...
@@ -49,9 +49,13 @@ check-valgrind:
...
@@ -49,9 +49,13 @@ check-valgrind:
if
HAVE_GST_CHECK
if
HAVE_GST_CHECK
check-torture
:
check-torture
:
cd
tests/check
&&
make torture
cd
tests/check
&&
make torture
build-checks
:
cd
tests/check
&&
make build-checks
else
else
check-torture
:
check-torture
:
true
true
build-checks
:
true
endif
endif
WIN32_COPY
=
\
WIN32_COPY
=
\
...
...
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