mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Simplify some scripts
ssl-opt.sh and compat.sh can now be run from root too
This commit is contained in:
parent
89eb1970e9
commit
3d404b4763
5 changed files with 15 additions and 31 deletions
|
|
@ -84,8 +84,8 @@ if(ENABLE_TESTING)
|
|||
ADD_CUSTOM_TARGET(covtest
|
||||
COMMAND make test
|
||||
COMMAND programs/test/selftest
|
||||
COMMAND cd tests && ./compat.sh
|
||||
COMMAND cd tests && ./ssl-opt.sh
|
||||
COMMAND tests/compat.sh
|
||||
COMMAND tests/ssl-opt.sh
|
||||
)
|
||||
|
||||
ADD_CUSTOM_TARGET(lcov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue