[Libguestfs] [libnbd PATCH 2/3] fuse: move check-valgrind out from condition

Martin Kletzander mkletzan at redhat.com
Wed Jun 30 15:18:20 UTC 2021


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 fuse/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fuse/Makefile.am b/fuse/Makefile.am
index 8c66193402ea..d8691862ad40 100644
--- a/fuse/Makefile.am
+++ b/fuse/Makefile.am
@@ -95,7 +95,7 @@ TESTS += \
 	test-errors.sh \
 	$(NULL)
 
+endif HAVE_FUSE
+
 check-valgrind:
 	LIBNBD_VALGRIND=1 $(MAKE) check
-
-endif HAVE_FUSE
-- 
2.32.0




More information about the Libguestfs mailing list