diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-01-30 18:38:27 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-04 19:29:46 +0000 |
commit | 485445b391f8f342ba7a91cb8c628e4ee9b3003a (patch) | |
tree | d59b5af671eec0d7b71f9594769094327bd2ca66 /iwyu.json | |
parent | Split into main app and library the rest for testing (diff) | |
download | ilt-485445b391f8f342ba7a91cb8c628e4ee9b3003a.tar.bz2 ilt-485445b391f8f342ba7a91cb8c628e4ee9b3003a.tar.xz ilt-485445b391f8f342ba7a91cb8c628e4ee9b3003a.zip |
Add some tests over collection
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -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", |