[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v2 7/8] tests: No longer dependent on CONFIG_UUID
From: |
Fam Zheng |
Subject: |
[Qemu-block] [PATCH v2 7/8] tests: No longer dependent on CONFIG_UUID |
Date: |
Mon, 8 Aug 2016 14:09:27 +0800 |
crypto now uses built-in uuid implementation, so this check is not
needed.
Signed-off-by: Fam Zheng <address@hidden>
---
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 <sys/resource.h>
#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
- [Qemu-block] [PATCH v2 2/8] tests: Add uuid tests, (continued)
- [Qemu-block] [PATCH v2 2/8] tests: Add uuid tests, Fam Zheng, 2016/08/08
- [Qemu-block] [PATCH v2 3/8] vhdx: Use QEMU UUID API, Fam Zheng, 2016/08/08
- [Qemu-block] [PATCH v2 4/8] vdi: Use QEMU UUID API, Fam Zheng, 2016/08/08
- [Qemu-block] [PATCH v2 5/8] vpc: Use QEMU UUID API, Fam Zheng, 2016/08/08
- [Qemu-block] [PATCH v2 6/8] crypto: Switch to QEMU UUID API, Fam Zheng, 2016/08/08
- [Qemu-block] [PATCH v2 7/8] tests: No longer dependent on CONFIG_UUID,
Fam Zheng <=
- [Qemu-block] [PATCH v2 8/8] configure: Remove detection code for UUID, Fam Zheng, 2016/08/08