summaryrefslogtreecommitdiff
path: root/iwyu.json
diff options
context:
space:
mode:
Diffstat (limited to 'iwyu.json')
-rw-r--r--iwyu.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/iwyu.json b/iwyu.json
index ee63d1c..8bfa310 100644
--- a/iwyu.json
+++ b/iwyu.json
@@ -39,6 +39,38 @@
"public"
]
},
+ {
+ "include": [
+ "<boost/test/unit_test_suite.hpp>",
+ "private",
+ "<boost/test/unit_test.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@<boost/test/utils/.*>",
+ "private",
+ "<boost/test/unit_test.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@<boost/test/tools/.*>",
+ "private",
+ "<boost/test/unit_test.hpp>",
+ "public"
+ ]
+ },
+ {
+ "include": [
+ "@<boost/preprocessor/.*>",
+ "private",
+ "<boost/test/unit_test.hpp>",
+ "public"
+ ]
+ },
{
"symbol": [
"std::__atomic_wait",