* [PATCH v3] doc: correct the build steps for open_posix_testsuite
@ 2024-12-11 1:16 xiubli
2024-12-11 1:36 ` [LTP] " Petr Vorel
2024-12-16 12:45 ` Cyril Hrubis
0 siblings, 2 replies; 3+ messages in thread
From: xiubli @ 2024-12-11 1:16 UTC (permalink / raw)
To: ltp; +Cc: linux-integrity, chrubis, Xiubo Li
From: Xiubo Li <xiubli@redhat.com>
'./configure --with-open-posix-testsuite' is needed just before
generating the Makefiles.
Signed-off-by: Xiubo Li <xiubli@redhat.com>
---
V3:
- switch to use --with-open-posix-testsuite option instead.
V2:
- a minor fixing about the order, thanks Cyril.
doc/users/quick_start.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/users/quick_start.rst b/doc/users/quick_start.rst
index 1581b1f0c..8a25b9129 100644
--- a/doc/users/quick_start.rst
+++ b/doc/users/quick_start.rst
@@ -53,6 +53,7 @@ generated first:
.. code-block:: console
+ $ ./configure --with-open-posix-testsuite
$ cd testcases/open_posix_testsuite/
$ make generate-makefiles
$ cd conformance/interfaces/foo
--
2.47.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-16 12:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 1:16 [PATCH v3] doc: correct the build steps for open_posix_testsuite xiubli
2024-12-11 1:36 ` [LTP] " Petr Vorel
2024-12-16 12:45 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).