[PATCH 6/7] erofs-utils: tests: fix fuse build order

Hu Weiwen sehuww at mail.scut.edu.cn
Fri Jan 22 03:41:40 AEDT 2021


Signed-off-by: Hu Weiwen <sehuww at mail.scut.edu.cn>
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index e7a22b2..bcadd6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,8 +3,9 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = man lib mkfs tests
+SUBDIRS = man lib mkfs
 if ENABLE_FUSE
 SUBDIRS += fuse
 endif
+SUBDIRS += tests
 
-- 
2.30.0



More information about the Linux-erofs mailing list