From 6d6f753bb71b184f05b7c57ea46d449b6f6a1853 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 17 Apr 2025 14:08:45 +0100 Subject: [PATCH] Reflect changes from https://github.com/boostorg/test/pull/445 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 83cff96..4e0d6d4 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,13 @@ are given below. Defaults to ON under Windows when WinDbg support is autodetected and when `thread_local` is supported, otherwise OFF. +### Test + +* `BOOST_TEST_HEADERS_ONLY` + + When ON, installs only headers required for using the header-only variant of + the Unit Test Framework. Defaults to OFF. + ### Thread * `BOOST_THREAD_THREADAPI`