Re: [Qemu-block] [PATCH v8 07/12] tests: No longer dependent on CONFIG_UUID

2016-09-18 Thread Jeff Cody
On Sun, Sep 18, 2016 at 12:25:27PM +0800, Fam Zheng wrote:
> crypto now uses built-in uuid implementation, so this check is not
> needed.
> 
> Signed-off-by: Fam Zheng 
> Reviewed-by: Eric Blake 
> ---
>  tests/test-crypto-block.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/test-crypto-block.c b/tests/test-crypto-block.c
> index a38110d..1957a86 100644
> --- a/tests/test-crypto-block.c
> +++ b/tests/test-crypto-block.c
> @@ -28,7 +28,7 @@
>  #include 
>  #endif
>  
> -#if defined(CONFIG_UUID) && (defined(_WIN32) || defined RUSAGE_THREAD)
> +#if (defined(_WIN32) || defined RUSAGE_THREAD)
>  #define TEST_LUKS
>  #else
>  #undef TEST_LUKS
> -- 
> 2.7.4
> 
Reviewed-by: Jeff Cody 



[Qemu-block] [PATCH v8 07/12] tests: No longer dependent on CONFIG_UUID

2016-09-17 Thread Fam Zheng
crypto now uses built-in uuid implementation, so this check is not
needed.

Signed-off-by: Fam Zheng 
Reviewed-by: Eric Blake 
---
 tests/test-crypto-block.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-crypto-block.c b/tests/test-crypto-block.c
index a38110d..1957a86 100644
--- a/tests/test-crypto-block.c
+++ b/tests/test-crypto-block.c
@@ -28,7 +28,7 @@
 #include 
 #endif
 
-#if defined(CONFIG_UUID) && (defined(_WIN32) || defined RUSAGE_THREAD)
+#if (defined(_WIN32) || defined RUSAGE_THREAD)
 #define TEST_LUKS
 #else
 #undef TEST_LUKS
-- 
2.7.4