]> Git Repo - qemu.git/commitdiff
tests: Ignore more test executables
authorEric Blake <[email protected]>
Wed, 8 Mar 2017 15:15:44 +0000 (09:15 -0600)
committerMichael Tokarev <[email protected]>
Sun, 7 May 2017 06:57:51 +0000 (09:57 +0300)
Ignore test executables when building in-tree:
test-arm-mptimer introduced in commit 882fac3
test-crypto-hmac introduced in commit 4fd460b
test-aio-multithread introduced in commit 0c330a7

Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
tests/.gitignore

index a966740c2c2bf1547eb4aca123b4da868241c781..5ab00a9c9583a8119d0cb9c11e83c2589765a1b4 100644 (file)
@@ -11,6 +11,8 @@ check-qom-proplist
 qht-bench
 rcutorture
 test-aio
+test-aio-multithread
+test-arm-mptimer
 test-base64
 test-bitops
 test-bitcnt
@@ -24,6 +26,7 @@ test-crypto-afsplit
 test-crypto-block
 test-crypto-cipher
 test-crypto-hash
+test-crypto-hmac
 test-crypto-ivgen
 test-crypto-pbkdf
 test-crypto-secret
This page took 0.025109 seconds and 4 git commands to generate.