meson doc: Is "-Dtap-tests" a typo?
Katsuragi Yuta <katsuragiy@oss.nttdata.com>
From: Katsuragi Yuta <katsuragiy@oss.nttdata.com>
To: pgsql-docs@lists.postgresql.org
Date: 2023-02-14T09:06:13Z
Lists: pgsql-docs
Attachments
- meson-doc-tap-tests.patch (text/x-diff) patch
Hi, The parameter name "-Dtap-tests" in the meson's doc seems to be a typo. I think "-Dtap_tests" is the correct name. Attached patch fixes that. I got an unknown options error by using "-Dtap-tests=enabled". However, meson_options.txt told me the correct name was "-Dtap_tests". regards, -- Katsuragi Yuta Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
doc: Fix spelling of option -Dtap_tests for meson
- 8e0e0698f12b 16.0 landed