diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 14:32:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 14:32:25 +0000 |
commit | 169068b417323232cc6aac440f3d7a2d918b5917 (patch) | |
tree | 6a97eba1b3027feaa8e5530f7df625c0430a61b1 /iwyu.json | |
parent | Add our first vehicle (diff) | |
download | ilt-169068b417323232cc6aac440f3d7a2d918b5917.tar.bz2 ilt-169068b417323232cc6aac440f3d7a2d918b5917.tar.xz ilt-169068b417323232cc6aac440f3d7a2d918b5917.zip |
Code tidy-up
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -81,6 +81,14 @@ }, { "include": [ + "@<boost/test/data/.*>", + "private", + "<boost/test/data/test_case.hpp>", + "public" + ] + }, + { + "include": [ "@<boost/test/tools/.*>", "private", "<boost/test/unit_test.hpp>", |