* [Qemu-devel] [PATCH for-2.9?] tests: Ignore more test executables
@ 2017-03-07 18:45 Eric Blake
2017-03-08 10:00 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
0 siblings, 1 reply; 3+ messages in thread
From: Eric Blake @ 2017-03-07 18:45 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
Ignore test executables when building in-tree:
test-crypto-hmac introduced in commit 4fd460b
test-aio-multithread introduced in commit 0c330a7
Signed-off-by: Eric Blake <eblake@redhat.com>
---
Doesn't affect the built binaries, but does make it harder to
accidentally commit an unintended binary when doing 'git add .'.
Therefore, it's up to the maintainer if this is 2.9 or 2.10
material.
tests/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/.gitignore b/tests/.gitignore
index dc37519..71521ac 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -11,6 +11,7 @@ check-qom-proplist
qht-bench
rcutorture
test-aio
+test-aio-multithread
test-base64
test-bitops
test-bitcnt
@@ -24,6 +25,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
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH for-2.9?] tests: Ignore more test executables
2017-03-07 18:45 [Qemu-devel] [PATCH for-2.9?] tests: Ignore more test executables Eric Blake
@ 2017-03-08 10:00 ` Laurent Vivier
2017-03-08 15:12 ` Eric Blake
0 siblings, 1 reply; 3+ messages in thread
From: Laurent Vivier @ 2017-03-08 10:00 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial
and tests/test-arm-mptimer?
Laurent
On 07/03/2017 19:45, Eric Blake wrote:
> Ignore test executables when building in-tree:
> test-crypto-hmac introduced in commit 4fd460b
> test-aio-multithread introduced in commit 0c330a7
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
>
> Doesn't affect the built binaries, but does make it harder to
> accidentally commit an unintended binary when doing 'git add .'.
> Therefore, it's up to the maintainer if this is 2.9 or 2.10
> material.
>
> tests/.gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/.gitignore b/tests/.gitignore
> index dc37519..71521ac 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -11,6 +11,7 @@ check-qom-proplist
> qht-bench
> rcutorture
> test-aio
> +test-aio-multithread
> test-base64
> test-bitops
> test-bitcnt
> @@ -24,6 +25,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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH for-2.9?] tests: Ignore more test executables
2017-03-08 10:00 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
@ 2017-03-08 15:12 ` Eric Blake
0 siblings, 0 replies; 3+ messages in thread
From: Eric Blake @ 2017-03-08 15:12 UTC (permalink / raw)
To: Laurent Vivier, qemu-devel; +Cc: qemu-trivial
[-- Attachment #1: Type: text/plain, Size: 348 bytes --]
On 03/08/2017 04:00 AM, Laurent Vivier wrote:
> and tests/test-arm-mptimer?
Introduced in commit 882fac37. Looks like my usual subset build focusing
on x86 doesn't see it, but indeed an all-targets build shows it. I'll
spin a v2.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-08 15:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-07 18:45 [Qemu-devel] [PATCH for-2.9?] tests: Ignore more test executables Eric Blake
2017-03-08 10:00 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2017-03-08 15:12 ` Eric Blake
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).