mirror of https://github.com/xqemu/xqemu.git
tests: Ignore more test executables
Ignore test executables when building in-tree: test-arm-mptimer introduced in commit882fac3
test-crypto-hmac introduced in commit4fd460b
test-aio-multithread introduced in commit0c330a7
Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
ed1fcd0009
commit
46bbbec2d3
|
@ -11,6 +11,8 @@ check-qom-proplist
|
||||||
qht-bench
|
qht-bench
|
||||||
rcutorture
|
rcutorture
|
||||||
test-aio
|
test-aio
|
||||||
|
test-aio-multithread
|
||||||
|
test-arm-mptimer
|
||||||
test-base64
|
test-base64
|
||||||
test-bitops
|
test-bitops
|
||||||
test-bitcnt
|
test-bitcnt
|
||||||
|
@ -24,6 +26,7 @@ test-crypto-afsplit
|
||||||
test-crypto-block
|
test-crypto-block
|
||||||
test-crypto-cipher
|
test-crypto-cipher
|
||||||
test-crypto-hash
|
test-crypto-hash
|
||||||
|
test-crypto-hmac
|
||||||
test-crypto-ivgen
|
test-crypto-ivgen
|
||||||
test-crypto-pbkdf
|
test-crypto-pbkdf
|
||||||
test-crypto-secret
|
test-crypto-secret
|
||||||
|
|
Loading…
Reference in New Issue