projects
/
platform
/
core
/
test
/
security-tests.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add smack and libprivilege-control tests to security-tests.
[platform/core/test/security-tests.git]
/
tests
/
security-tests-all.sh
1
#!/bin/sh
2
echo "[Trigerring all tests...]"
3
security-tests.sh smack --output=text
4
security-tests.sh libprivilege-control --output=text
5
echo "[Done]"