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

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

  1. doc: Fix spelling of option -Dtap_tests for meson