diff mbox series

[v3] doc: correct the build steps for open_posix_testsuite

Message ID 20241211011636.499499-1-xiubli@redhat.com (mailing list archive)
State New
Headers show
Series [v3] doc: correct the build steps for open_posix_testsuite | expand

Commit Message

Xiubo Li Dec. 11, 2024, 1:16 a.m. UTC
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(+)

Comments

Petr Vorel Dec. 11, 2024, 1:36 a.m. UTC | #1
Hi Xiubo Li,

> './configure --with-open-posix-testsuite' is needed just before
> generating the Makefiles.

Thanks!

Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr
Cyril Hrubis Dec. 16, 2024, 12:45 p.m. UTC | #2
Hi!
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
diff mbox series

Patch

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