bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 17/17] tests: Create tests/ in the build tree before trying to us


From: Sergey Bugaev
Subject: [PATCH 17/17] tests: Create tests/ in the build tree before trying to use it
Date: Wed, 27 Mar 2024 19:18:41 +0300

---
 tests/user-qemu.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/user-qemu.mk b/tests/user-qemu.mk
index fd5ae1ab..4f8390b6 100644
--- a/tests/user-qemu.mk
+++ b/tests/user-qemu.mk
@@ -130,6 +130,7 @@ SRC_TESTLIB= \
        $(MIG_GEN_CC)
 
 tests/errlist.c: $(addprefix $(srcdir)/include/mach/,message.h kern_return.h 
mig_errors.h)
+       mkdir -p tests
        echo "/* autogenerated file */" >$@
        echo "#include <mach/message.h>" >>$@
        echo "#include <mach/kern_return.h>" >>$@
-- 
2.44.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]