Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
e5dd9bf2
Commit
e5dd9bf2
authored
Oct 17, 2017
by
xoviat
Committed by
GitHub
Oct 17, 2017
Browse files
TST: add some simple tests
parent
d4c22053
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
tests/test_library_builders.sh
tests/test_library_builders.sh
+10
-1
No files found.
tests/test_library_builders.sh
View file @
e5dd9bf2
...
...
@@ -4,4 +4,13 @@ export BUILD_PREFIX="${PWD}/builds"
rm_mkdir
$BUILD_PREFIX
source
library_builders.sh
build_openssl
function
surpress
{
# Suppress the output of a bash command unless it fails
/bin/rm
--force
/tmp/surpress.out 2> /dev/null
$*
2>&1
>
/tmp/surpress.out
||
cat
/tmp/surpress.out
/bin/rm /tmp/surpress.out
}
suppress build_openssl
suppress build_libwebp
suppress build_szip
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